双重预防项目-国泰新华二开定制版
huangzhen
2022-09-09 4c3185f4e6580bc2ad2afb869b57861eec9787cb
src/main/resources/mybatis/doublePrevention/PreventRiskControlMeasureMapper.xml
@@ -148,7 +148,7 @@
    <select id="getPreventRiskControlMeasureById"
            resultType="com.ruoyi.doublePrevention.entity.PreventRiskControlMeasure">
            resultMap="BaseResultMap">
        select * from prevent_risk_control_measure
        where id = #{id} and delete_status = 0
    </select>