Commit 0bec694d authored by 周健威's avatar 周健威

修改代码

parent cbdb8a97
...@@ -35,7 +35,7 @@ public class CoverScheduleTask { ...@@ -35,7 +35,7 @@ public class CoverScheduleTask {
RscpImageStatisticsBiz rscpImageStatisticsBiz; RscpImageStatisticsBiz rscpImageStatisticsBiz;
//定时按月份统计覆盖率 //定时按月份统计覆盖率
@Scheduled(cron = "0 0 2 * * ?") //@Scheduled(cron = "0 0 2 * * ?")
//或直接指定时间间隔,例如:5秒 //或直接指定时间间隔,例如:5秒
//@Scheduled(fixedRate=5000) //@Scheduled(fixedRate=5000)
public void configureTasks() { public void configureTasks() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment