zhuo
2025-04-23 07476d90bea3e755e8372c22b5ca3a2ecb86150e
cnas-personnel/src/main/java/com/ruoyi/personnel/task/PersonTrainingSchedule.java
@@ -31,7 +31,7 @@
     * 提醒填写设备使用记录
     */
//    @Scheduled(cron = "0/5 * * * * *")
//    @Scheduled(cron = "0 0 9 1 * *") // 每月一号执行
    @Scheduled(cron = "0 0 9 1 * *") // 每月一号执行
    public void task1() {
        // 查询当月培训计划
        DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy.M");