src/main/resources/mybatis/doublePrevention/PreventCJReportCheckTaskFromWorkMapper.xml
@@ -102,7 +102,7 @@ <!-- PreventCJReportCheckTaskFromWork geByMeasureUUidAndJobId(String measureUuid, Long jobId);--> <select id="geByMeasureUUidAndJobId" resultMap="BaseResultMap"> select * from prevent_cj_report_check_task_from_work where work_id = #{jobId} and risk_measure_id = #{measureUuid} and deleted = 0 where work_id = #{jobId} and risk_measure_id = #{measureUuid} and deleted = 0 order by create_date desc limit 1 </select>