This commit is contained in:
linfso 2025-01-20 18:12:07 +08:00
parent ff410c4aaa
commit 5e9039c85d

View File

@ -2177,9 +2177,6 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
throw new EmisBizError(EmisBizErrorType.PARAM_ERROR1,"结算重量错误,体积重量,实际重量取大值");
}
// 结算重量必须等于实际重量和体积重量
if(StringUtils.isEmpty(emisWaybillSave.getPickupMethod())){
throw new EmisBizError(EmisBizErrorType.PARAM_ERROR1,"取件方式必填");
}