双重预防项目-国泰新华二开定制版
16639036659
2024-06-13 faa6130891b7ab6e9fe14a5afb33e003b2a19b1f
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}
        where work_id = #{jobId} and risk_measure_id = #{measureUuid} and deleted = 0
    </select>