1.添加登录模块

This commit is contained in:
2024-08-09 10:47:10 +08:00
parent ef03549ebb
commit 2520d496a0
4 changed files with 14 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ public class OracleToInfluxDBJob {
}*/
//每小时03分钟时执行上一个小时的数据同步
//河北这边比较特殊,
@Scheduled(cron="0 3 * * * ?")
public void executeHours() {
DataAsynParam dataAsynParam = new DataAsynParam();