Commit fecc1365 authored by hezhuozhi's avatar hezhuozhi

提交大屏区域的定时任务

parent 11cc86f3
...@@ -610,7 +610,7 @@ public class MonitorServiceImpl implements MonitorService { ...@@ -610,7 +610,7 @@ public class MonitorServiceImpl implements MonitorService {
// } // }
// return mapdta; // return mapdta;
// } // }
@Scheduled(cron = "0/10 * * * * ?") // @Scheduled(cron = "0/10 * * * * ?")
private void sendQYYXZBMqtt() { private void sendQYYXZBMqtt() {
List<CoreValuesDto> coreValuesDtos = coreCommonService.getValuesByStationNamesAndPointsNames(null, null); List<CoreValuesDto> coreValuesDtos = coreCommonService.getValuesByStationNamesAndPointsNames(null, null);
List<StationCacheInfoDto> stationCacheInfoDtoList = getListStationCacheInfoDto(); List<StationCacheInfoDto> stationCacheInfoDtoList = getListStationCacheInfoDto();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment