Commit 9c098594 authored by zhengyi's avatar zhengyi

控货订单复制时重置控货状态

parent 4cd3bf3b
......@@ -6780,6 +6780,7 @@ public class OrderServiceImpl extends AbstractService<OrderMapper, OrderDO> impl
// newOrder.setDisplayBillLadingPrice(null);
// 状态重置
newOrder.setStatus(DRAFT.getValue());// 默认草稿订单
newOrder.setCargoControlStatus(null);
newOrder.setAbnormalState(null);
newOrder.setInWarehouseState(null);
newOrder.setShipmentState(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