添加pq同步设备状态批处理
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user