|
@@ -150,7 +150,7 @@ public class FreightReceivingDispatchingServiceImpl extends ServiceImpl<FreightR
|
|
|
this.updateById(freightReceivingDispatching);
|
|
|
}
|
|
|
freightReceivingDispatchingCar.setGoodsIngPayable(freightReceivingDispatchingCar.getReciveNetWeight()*freightReceivingDispatchingList.get(0).getGoodsPrice());
|
|
|
- freightReceivingDispatchingCar.setFreightIngPayable(freightReceivingDispatchingCar.getReciveNetWeight()*freightReceivingDispatchingList.get(0).getFreightUnitPrice()-freightReceivingDispatchingCar.getFreightDeductionAmount());
|
|
|
+ freightReceivingDispatchingCar.setFreightIngPayable(freightReceivingDispatchingCar.getReciveNetWeight()*freightReceivingDispatchingList.get(0).getFreightUnitPrice());
|
|
|
}
|
|
|
// FreightReceivingDispatching freightReceivingDispatching = this.selectById(freightReceivingDispatchingCar.getInfoId());
|
|
|
// if (freightReceivingDispatching != null) {
|