Commit 29bee0d8 authored by lanbaoming's avatar lanbaoming

2024-05-27-2

parent f86709d2
...@@ -1343,9 +1343,12 @@ public class OrderWarehouseInServiceImpl extends AbstractService<OrderWarehouseI ...@@ -1343,9 +1343,12 @@ public class OrderWarehouseInServiceImpl extends AbstractService<OrderWarehouseI
} }
//入仓完成,计算V值 lanbm 2024-05-13 add //入仓完成,计算V值 lanbm 2024-05-13 add
/*
CalculateOrderVValueEvent event=new CalculateOrderVValueEvent(); CalculateOrderVValueEvent event=new CalculateOrderVValueEvent();
event.setOrderId(orderId); event.setOrderId(orderId);
applicationContext.publishEvent(event); applicationContext.publishEvent(event);
*/
// end 入仓完成,计算V值 lanbm 2024-05-13 add // end 入仓完成,计算V值 lanbm 2024-05-13 add
// 返回是否包含异常 // 返回是否包含异常
......
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