This commit is contained in:
linfso 2024-08-18 21:59:16 +08:00
parent 88cb881155
commit 8d4452b96d

View File

@ -165,6 +165,8 @@ public class EmisWaybillAttachmentController extends EmisBaseController
}
// 检查运单是否签收,如果没有签收需要做图片签收
emisWaybillAttachment.setBillCode(WaybillHelper.formatQueryValue(emisWaybillAttachment.getBillCode()));
EmisWaybill waybill=emisBaseService.getWaybillByBillCode(emisWaybillAttachment.getBillCode());
if(waybill==null){
return AjaxResult.error("运单不存在");