Commit bb93b5dc authored by 332784038@qq.com's avatar 332784038@qq.com

当订单从无收货人改为有收货人时补充订单id绑定

parent c9447d36
......@@ -5884,6 +5884,7 @@ public class OrderServiceImpl extends AbstractService<OrderMapper, OrderDO> impl
if (Objects.isNull(consigneeDO.getId())){
consigneeDO.setUpdateTime(consigneeVO.getCreateTime());
consigneeDO.setUpdater(consigneeVO.getCreator());
consigneeDO.setOrderId(orderBackVO.getOrderId());
}
orderConsigneeService.saveOrUpdate(consigneeDO);
if (orderBackVO.getIsCargoControl()) {
......
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