src/main/resources/mybatis/doublePrevention/PreventCJReportCheckRecordFromTaskMapper.xml
@@ -77,4 +77,18 @@ </foreach> </insert> <!-- int updateCJReportStatusBatchById(List<PreventCJReportCheckRecordFromTask> cjRecordFromTasks);--> <update id="updateCJReportStatusBatchById"> update prevent_cj_report_check_record_from_task <set> <if test="report_status != null "> report_status = #{reportStatus}, </if> <if test="report_time != null "> report_time= #{reportTime}, </if> </set> where id = #{id} </update> </mapper>