双重预防项目-国泰新华二开定制版
heheng
2025-06-06 b94dff764757a4009f536bf1f16394866b34304f
src/main/java/com/ruoyi/doublePrevention/scheduls/RePushDataSchedule.java
@@ -48,9 +48,9 @@
        LocalDate currentDate = LocalDate.now();
        // 计算当前周的周一日期
        LocalDate mondayDate = currentDate.with(DayOfWeek.THURSDAY);
        log.info("当前周的周四日期:" + mondayDate);
        String startTime = mondayDate + " 12:00:00";
        LocalDate thursdayDate = currentDate.with(DayOfWeek.THURSDAY);
        log.info("当前周的周四日期:" + thursdayDate);
        String startTime = thursdayDate + " 12:00:00";
        String endTime = DateUtils.getDate() + " 16:00:00";
        int i = preventCJReportCheckRecordFromTaskRepository.updateTaskReportStatusForRePushV2(startTime, endTime);