|
@@ -267,7 +267,7 @@ public class ChenYuTestScheduled {
|
|
|
/**
|
|
|
* 获取已完成的检测报告
|
|
|
*/
|
|
|
- @Scheduled(cron = "0 0 * * * ?")
|
|
|
+ @Scheduled(cron = "0 05 * * * ?")
|
|
|
public void getFinishTestReport() {
|
|
|
if (!SystemUtils.isLinux()) {
|
|
|
return;
|
|
@@ -369,7 +369,7 @@ public class ChenYuTestScheduled {
|
|
|
/**
|
|
|
* 获取第三方报告
|
|
|
*/
|
|
|
- @Scheduled(cron = "0 0 * * * ?")
|
|
|
+ @Scheduled(cron = "0 05 * * * ?")
|
|
|
public void getThirdReport() {
|
|
|
if (!SystemUtils.isLinux()) {
|
|
|
return;
|