This commit is contained in:
linfso 2024-10-15 12:02:45 +08:00
parent 995c5a8aa6
commit 93f56432f0

View File

@ -651,6 +651,10 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
}
}
if(emisWaybillSave.getParcelQty()==null || emisWaybillSave.getParcelQty()==0){
throw new EmisBizError(EmisBizErrorType.PARAM_ERROR1, "件数不能为0");
}
// 货值必填
if(StringUtils.isEmpty(emisWaybillSave.getRealValue()) ){
// throw new EmisBizError(EmisBizErrorType.PARAM_ERROR1, "货值必填");