|
|
|
@ -290,7 +290,7 @@ public class PatrolTaskExecController extends BaseController { |
|
|
|
redisService.deleteObject(RedisConst.IMMEDIATELY_EXEC_TASK_TIME); |
|
|
|
} |
|
|
|
|
|
|
|
Integer redisTaskPatrolState = redisService.getCacheObject(RedisConst.TASK_PATROL_STATE); |
|
|
|
String redisTaskPatrolState = redisService.getCacheObject(RedisConst.TASK_PATROL_STATE); |
|
|
|
if (redisTaskPatrolState != null) { |
|
|
|
redisService.deleteObject(RedisConst.TASK_PATROL_STATE); |
|
|
|
} |
|
|
|
|