双重预防项目-国泰新华二开定制版
dev
heheng
2025-07-11 f3afb09adeaf7acad0b4fc44afc8062ebbe649dd
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);