src/main/java/com/zy/core/plugin/NormalProcess.java
@@ -133,7 +133,6 @@ // 检测任务是否生成 List<WrkMast> wrkMasts = wrkMastService .selectList(new EntityWrapper<WrkMast>() .eq("io_type", WrkIoType.IN.id) .eq("barcode", stationProtocol.getBarcode())); if (!wrkMasts.isEmpty()) { continue; @@ -150,7 +149,7 @@ // 1. 首先查询是否有已完成的异步响应 String response = wmsOperateUtils.queryAsyncInTaskResponse(barcode, stationIdVal); if (response != null) { if (!Cools.isEmpty(response)) { // 2. 有响应结果,处理响应 if (response.equals("FAILED") || response.startsWith("ERROR:")) { // 请求失败,重新发起异步请求