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