md
This commit is contained in:
parent
995c5a8aa6
commit
93f56432f0
@ -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, "货值必填");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user