src/main/java/com/ruoyi/ScheduleTask.java @@ -55,4 +55,6 @@ .eq(SysNotice::getStatus,"1") .lt(SysNotice::getCreateTime, LocalDateTime.now())); } }