双重预防项目-国泰新华二开定制版
16639036659
2024-07-11 1f2b9020ffb33a70f77747a6712c54a86ba1e6af
src/main/resources/mybatis/doublePrevention/PreventRiskJobAndMeasureMapper.xml
@@ -65,6 +65,11 @@
<!--        where job_id in (44,46,49,52,55,58,61,64,67,70,73,76,79)-->
        where job_id in (45,48,51,54,57,60,62,66,69,72,74,78,80)
    </select>
<!--    List<PreventRiskJobAndMeasure> getRectifyJobData(Long jobId);-->
    <select id="getRectifyJobData" resultMap="BaseResultMap">
        select * from prevent_risk_job_and_measure
        where job_id = #{jobId}
    </select>
</mapper>