1.lineDetail数据同步
This commit is contained in:
@@ -113,4 +113,13 @@ public class OracleToInfluxDBJob {
|
||||
public void synLedgerUpdateTime() {
|
||||
oracleMonitorStatusToMysqlService.devUpdateTimeSync();
|
||||
}
|
||||
|
||||
/**
|
||||
* 每天同步台账监测点部分信息 仅数据中心使用
|
||||
* @date 2024/3/5
|
||||
*/
|
||||
@Scheduled(cron="0 30 0 * * ?")
|
||||
public void synLedgerMonitor() {
|
||||
oracleMonitorStatusToMysqlService.monitorTimeSync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user