|
|
@@ -286,6 +286,7 @@ public class KwtAcceptCarriageOrderService {
|
|
|
//修改上级分配量以及可分配量委托量等
|
|
|
logisticsOrder.setSubcontractAmount(logisticsOrder.getSubcontractAmount().add(bo.getCarryingCapacity()));
|
|
|
// logisticsOrder.setIgnoreAmount(logisticsOrder.getIgnoreAmount().subtract(bo.getCarryingCapacity()));
|
|
|
+ logisticsOrder.setEntrustAmount(logisticsOrder.getEntrustAmount().add(bo.getCarryingCapacity()));
|
|
|
logisticsOrderMapper.updateById(logisticsOrder);
|
|
|
|
|
|
/**数据发送至消息列表*/
|