src/main/java/com/zy/core/action/ShuttleAction.java
@@ -172,7 +172,7 @@ if (object == null) { //申请管制 News.info("[RCS Debug] Execute apply control {},{}", shuttleNo, taskNo); redisUtil.set(RedisKeyType.TRAFFIC_CONTROL_LOCK_APPLY.key + shuttleNo, "lock", 10); redisUtil.set(RedisKeyType.TRAFFIC_CONTROL_LOCK_APPLY.key + shuttleNo, "lock", 4); applyTrafficControl(commands, nodes, shuttleNo, taskNo); News.info("[RCS Debug] Execute apply control complete {},{}", shuttleNo, taskNo); }