1.终端最后通讯时间同步
This commit is contained in:
@@ -90,4 +90,13 @@ public class OracleToInfluxDBJob {
|
||||
public void synLedgerRunFlag() {
|
||||
oracleMonitorStatusToMysqlService.monitorStatusSync();
|
||||
}
|
||||
|
||||
/**
|
||||
* 每天同步台账装置的最后更新时间
|
||||
* @date 2024/3/5
|
||||
*/
|
||||
@Scheduled(cron="0 45 0 * * ?")
|
||||
public void synLedgerUpdateTime() {
|
||||
oracleMonitorStatusToMysqlService.devUpdateTimeSync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user