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

重置订单类型

parent 5dd632cb
......@@ -6831,6 +6831,7 @@ public class OrderServiceImpl extends AbstractService<OrderMapper, OrderDO> impl
newOrder.setOldInWarehouseState(null);
newOrder.setOldStatus(null);
newOrder.setOldShipmentState(null);
newOrder.setOrderType(null);
// 时间重置
newOrder.setTakeTime(null);
newOrder.setUnloadTime(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