双重预防项目-国泰新华二开定制版
heheng
2025-04-15 7be0d5b901b999d2347774df3cc1a64927838bb3
src/main/resources/mybatis/doublePrevention/PreventRiskControlMeasureMapper.xml
@@ -187,6 +187,11 @@
        select * from prevent_risk_control_measure
        where delete_status = 0 and uuid = #{riskMeasureId}
    </select>
<!--    List<PreventRiskControlMeasure> getAllMeasureList();-->
    <select id="getAllMeasureList" resultMap="BaseResultMap">
        select * from prevent_risk_control_measure
        where delete_status = 0
    </select>