#20230510 欣影管理平台装置信息查询代码

master
18616268358 2 years ago
parent b2986e54e8
commit c28c3ea28b

@ -22,7 +22,7 @@ public class ScheduledTask {
@Scheduled(cron = "0 0/2 * * * ?") @Scheduled(cron = "0 0/2 * * * ?")
private void terminalTask() { private void terminalTask() {
log.info("我进来了"); log.info("----------------开始下发-----------------------------");
terminalTask.execute(); terminalTask.execute();
} }

Loading…
Cancel
Save