This commit is contained in:
linfso 2025-07-10 12:03:07 +08:00
parent 9726ff1623
commit 1a84f5a610

View File

@ -3879,7 +3879,6 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
throw new EmisBizError(EmisBizErrorType.PARAM_ERROR1, "参数不完整");
}
if(emisWaybill.getBillWeight()==null || emisWaybill.getBillWeight().floatValue()<=0.0f){
emisWaybill.setBillWeight(BigDecimal.ZERO);
}