| | |
| | | |
| | | private static final int SCHEDULE_TIME_INTERVAL = 5; |
| | | |
| | | private static final Map<String, ScheduledFuture<?>> AGV_PATROL_MAP = new ConcurrentHashMap<>(); |
| | | public static final Map<String, ScheduledFuture<?>> AGV_PATROL_MAP = new ConcurrentHashMap<>(); |
| | | |
| | | private final RedisSupport redis = RedisSupport.defaultRedisSupport; |
| | | |
| | |
| | | notInCodeList.add("00000363"); |
| | | notInCodeList.add("00000411"); |
| | | notInCodeList.add("00000412"); |
| | | |
| | | notInCodeList.add("00000046"); |
| | | notInCodeList.add("00000047"); |
| | | List<Code> list = codeService.list(new LambdaQueryWrapper<Code>().notIn(Code::getData, notInCodeList)); |
| | | |
| | | Collections.shuffle(list); |