Commit acee92a1ac9d91548fdaecda5225ebe13f40cf72

Authored by xp.Huang
1 parent 2fc16a06

fix: 任务中心,执行后返回的最近执行时间

... ... @@ -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(
... ...