src/main/java/com/ruoyi/doublePrevention/repository/PreventCJReportCheckRecordFromTaskRepository.java
@@ -41,4 +41,8 @@ int insertRecordList(@Param(value="list") List<PreventCJReportCheckRecordFromTask> recordFromTaskList); int updateCJReportStatusBatchById(List<PreventCJReportCheckRecordFromTask> cjRecordFromTasks); int updateTaskReportStatusForRePushV1(@Param("startTime") String startTime, @Param("endTime") String endTime); int updateTaskReportStatusForRePushV2(@Param("startTime") String startTime, @Param("endTime") String endTime); }