双重预防项目-国泰新华二开定制版
heheng
3 天以前 8e3dd5851dcedef5b21858dc1cfd5d11f1965ce6
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);