|
@@ -250,7 +250,7 @@ public class NewNoticeTaskServiceImpl extends ServiceImpl<NoticeTaskMapper, Noti
|
|
|
* 每天16.30点更新
|
|
|
*/
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
- @Scheduled(cron = "0 */5 * * * ?")
|
|
|
+// @Scheduled(cron = "0 */5 * * * ?")
|
|
|
public void call() throws Exception {
|
|
|
Wrapper<NoticeTaskInfo> noticeTaskWrapper = new EntityWrapper();
|
|
|
noticeTaskWrapper.eq("delete_flag", 0);
|