This commit is contained in:
linfso 2025-01-20 18:11:36 +08:00
parent bce3c364de
commit ff410c4aaa

View File

@ -2174,7 +2174,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|| emisWaybillSave.getSettlementWeight().compareTo(emisWaybillSave.getBillWeight()) < 0
|| emisWaybillSave.getSettlementWeight().compareTo(emisWaybillSave.getVolumeWeight()) < 0
){
throw new EmisBizError(EmisBizErrorType.PARAM_ERROR1,"结算重量错误,必须是【体积重量,实际重量】取大值");
throw new EmisBizError(EmisBizErrorType.PARAM_ERROR1,"结算重量错误,体积重量,实际重量取大值");
}
// 结算重量必须等于实际重量和体积重量