src/main/java/com/zy/core/plugin/FakeProcess.java
@@ -476,6 +476,7 @@ if (lock != null) { continue; } redisUtil.set(RedisKeyType.GENERATE_IN_TASK_LIMIT.key + stationId, "lock", 10); String barcode = stationProtocol.getBarcode(); Integer stationIdVal = stationProtocol.getStationId(); @@ -531,7 +532,6 @@ stationProtocol.getPalletHeight()); redisUtil.set(RedisKeyType.GENERATE_IN_TASK_LIMIT.key + stationId, "lock", 2); } // 如果有请求进行中,等待下次循环再检查 } } }