|
@@ -858,7 +858,7 @@ public class Task {
|
|
*/
|
|
*/
|
|
@Async
|
|
@Async
|
|
//@Scheduled(cron = "0 0/2 * * * ? ")
|
|
//@Scheduled(cron = "0 0/2 * * * ? ")
|
|
- @Scheduled(cron = "0 1 0 * * ? ")
|
|
|
|
|
|
+ @Scheduled(cron = "0 20 0 * * ? ")
|
|
public void popover() throws Exception {
|
|
public void popover() throws Exception {
|
|
//获取当前时间
|
|
//获取当前时间
|
|
String endTime = DateUtils.getDate();
|
|
String endTime = DateUtils.getDate();
|