摘要: /** * 每分2钟定时扫描自定义提醒表发消息 */ @Scheduled(fixedDelay = 120 * 1000) public void remindTask() { // 查询所有定时任务 List<TRemind> tRemindList = this.remindService.s 阅读全文
posted @ 2020-04-08 16:13 Mark_Luo 阅读(535) 评论(0) 推荐(0) 编辑