mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
1、订单详情部件列表去重和排序完善;2、cad拆单带加工组的orderItem部件id缺失补充;
This commit is contained in:
+1
@@ -973,6 +973,7 @@ public class WebCadOrderImportAsyncFactory {
|
||||
.partsId(0L)
|
||||
.num(1.0)
|
||||
.organId(organId)
|
||||
.compId(componentId)
|
||||
.build();
|
||||
orderItemDOS.add(orderItemDO);
|
||||
orderItemBatchInsertWithinThreshold(orderItemDOS, false);
|
||||
|
||||
+1
@@ -1323,6 +1323,7 @@ public class WebCadOrderImportFactory {
|
||||
.partsId(0L)
|
||||
.num(1.0)
|
||||
.organId(organId)
|
||||
.compId(componentId)
|
||||
.build();
|
||||
orderItemDOS.add(orderItemDO);
|
||||
orderItemBatchInsertWithinThreshold(orderItemDOS, false);
|
||||
|
||||
Reference in New Issue
Block a user