@@ -43,7 +43,7 @@ public class Task {
* @throws Exception
*/
@Async
- //@Scheduled(cron = "0 0 23 * * ? ")
+ @Scheduled(cron = "0 0 23 * * ? ")
public void popover() throws Exception {
// 获取当前日期
LocalDate currentDate = LocalDate.now();