Showing
1 changed file
with
2 additions
and
0 deletions
@@ -348,6 +348,8 @@ public class SysJobServiceImpl extends AbstractBaseService<SysJobMapper, SysJobE | @@ -348,6 +348,8 @@ public class SysJobServiceImpl extends AbstractBaseService<SysJobMapper, SysJobE | ||
348 | String key = | 348 | String key = |
349 | FastIotConstants.CacheConfigKey.TASK_CENTER_DEVICE_EXECUTE_TIME | 349 | FastIotConstants.CacheConfigKey.TASK_CENTER_DEVICE_EXECUTE_TIME |
350 | + "_" | 350 | + "_" |
351 | + + tkDeviceTaskCenterDTO.getId() | ||
352 | + + "_" | ||
351 | + tkDeviceTaskCenterDTO.getTbDeviceId(); | 353 | + tkDeviceTaskCenterDTO.getTbDeviceId(); |
352 | if (null != tkDeviceTaskCenterDTO.getLastExecuteTime()) { | 354 | if (null != tkDeviceTaskCenterDTO.getLastExecuteTime()) { |
353 | cacheUtils.put( | 355 | cacheUtils.put( |