Commit 41372463 authored by hezhuozhi's avatar hezhuozhi

大屏升压站数据

parent 58789192
...@@ -1875,13 +1875,13 @@ public class TDBigScreenAnalyseController extends BaseController implements Appl ...@@ -1875,13 +1875,13 @@ public class TDBigScreenAnalyseController extends BaseController implements Appl
@Override @Override
public void run(ApplicationArguments args) throws Exception { public void run(ApplicationArguments args) throws Exception {
// initStationFirstSelect(); initStationFirstSelect();
} }
/** /**
* 初始化场站第一个选中 * 初始化场站第一个选中
*/ */
// @Scheduled(cron = "0 */10 * * * ?") @Scheduled(cron = "0 */10 * * * ?")
public void initStationFirstSelect() { public void initStationFirstSelect() {
List<StationBasicDto> stationBasicDtos = stationBasicMapper.getStationBasicList(); List<StationBasicDto> stationBasicDtos = stationBasicMapper.getStationBasicList();
if(CollectionUtil.isNotEmpty(stationBasicDtos)){ if(CollectionUtil.isNotEmpty(stationBasicDtos)){
......
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