|
|
@ -771,7 +771,9 @@ public class NewIssureServiceImpl implements NewIssureService { |
|
|
|
|
|
|
|
|
Date currentTime = new Date(); |
|
|
Date currentTime = new Date(); |
|
|
int successCount = 0; // 统计成功推送的订单数 - rqrq |
|
|
int successCount = 0; // 统计成功推送的订单数 - rqrq |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 7. 遍历每个生产订单 - rqrq |
|
|
// 7. 遍历每个生产订单 - rqrq |
|
|
for (Map.Entry<String, List<InventoryCheckResult>> entry : groupedByOrder.entrySet()) { |
|
|
for (Map.Entry<String, List<InventoryCheckResult>> entry : groupedByOrder.entrySet()) { |
|
|
String productionOrderNo = entry.getKey(); |
|
|
String productionOrderNo = entry.getKey(); |
|
|
@ -865,6 +867,7 @@ public class NewIssureServiceImpl implements NewIssureService { |
|
|
taskDetail.setWmsStatus("未执行"); |
|
|
taskDetail.setWmsStatus("未执行"); |
|
|
|
|
|
|
|
|
taskDetailList.add(taskDetail); |
|
|
taskDetailList.add(taskDetail); |
|
|
|
|
|
wcsIntegrationMapper.updatePalletCallingFlag(site,palletId,"Y","领料申请单"); |
|
|
} |
|
|
} |
|
|
System.out.println("准备wms_order_task_detail对象" + orderPalletIds.size() + "条 - rqrq"); |
|
|
System.out.println("准备wms_order_task_detail对象" + orderPalletIds.size() + "条 - rqrq"); |
|
|
|
|
|
|
|
|
|