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