Commit 3240a058 authored by 332784038@qq.com's avatar 332784038@qq.com

定位订单修改审批通过后检查存在异常情况是否需要重置

parent bb93b5dc
......@@ -5976,6 +5976,8 @@ public class OrderServiceImpl extends AbstractService<OrderMapper, OrderDO> impl
orderDO.setContainerNumber(null);
orderDO.setTidanNo(null);
orderMapper.updateById(orderDO);
// TODO 这里修改完订单后需要对订单当前待处理的相关异常进行判断,是否需要重置
// TODO 注意:重泡货异常如果需要重置,需要调用计价接口,重新计算价格(这里计算的价格是应收总额价格)
// 处理控货信息
handleOrderCargoControl(consignorDO, orderDO);
// 重新计价
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment