添加pq同步设备状态批处理

This commit is contained in:
hzj
2024-05-13 15:36:20 +08:00
parent 5c94531830
commit 6b352d62e1
9 changed files with 302 additions and 9 deletions

View File

@@ -100,7 +100,7 @@ public class OracleToInfluxDBJob {
* 每天同步台账装置的运行状态,监测点的运行状态
* @date 2024/3/5
*/
@Scheduled(cron="0 20 0 * * ?")
@Scheduled(cron="0 0/10 * * * ?")
public void synLedgerRunFlag() {
oracleMonitorStatusToMysqlService.monitorStatusSync();
}