Commit 4575ce08 authored by Smile's avatar Smile

集运-仅订单转运才执行转运后回执

parent 683096b2
......@@ -510,10 +510,12 @@ public class OrderServiceImpl extends AbstractService<OrderMapper, OrderDO> impl
applicationContext.publishEvent(even);
//如果是包裹转运订单,更新其他费用
if (order.getTransferSource()!= null&& order.getTransferPriceConfirmationStatus()!=null){
updateConsCostEvent event1 = new updateConsCostEvent();
event1.setOrderId(order.getOrderId());
event1.setConsIds(createReqVO.getConsIds());
applicationContext.publishEvent(event1);
}
// 返回
return order;
}
......
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