|
@@ -119,7 +119,7 @@ public class qwTask {
|
|
|
sopLogsTaskService.selectSopUserLogsListByTime(currentTime);
|
|
sopLogsTaskService.selectSopUserLogsListByTime(currentTime);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- @Scheduled(cron = "0 0 18 * * ?") // 每天下午6点执行
|
|
|
|
|
|
|
+ @Scheduled(cron = "0 7 18 * * ?") // 每天下午6点执行
|
|
|
@Async
|
|
@Async
|
|
|
public void selectSopUserLogsListByTimeNew() throws Exception {
|
|
public void selectSopUserLogsListByTimeNew() throws Exception {
|
|
|
// 获取第二天
|
|
// 获取第二天
|