Commit 57525462 authored by zhengyi's avatar zhengyi

复制订单时重置调仓id数据

parent 79aa2612
......@@ -6810,6 +6810,10 @@ public class OrderServiceImpl extends AbstractService<OrderMapper, OrderDO> impl
newOrder.setLockConsigneeDay(null);
newOrder.setLockConsigneeTime(null);
// newOrder.setDisplayBillLadingPrice(null);
newOrder.setAdjustToStartWarehouseId(null);
newOrder.setAdjustToDestWarehouseId(null);
newOrder.setDestAdjustToStartWarehouseId(null);
newOrder.setDestAdjustToDestWarehouseId(null);
// 状态重置
newOrder.setStatus(DRAFT.getValue());// 默认草稿订单
newOrder.setCargoControlStatus(null);
......
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