md
This commit is contained in:
parent
bce3c364de
commit
ff410c4aaa
@ -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,"结算重量错误,体积重量,实际重量取大值");
|
||||
}
|
||||
|
||||
// 结算重量必须等于实际重量和体积重量
|
||||
|
||||
Loading…
Reference in New Issue
Block a user