双重预防项目-国泰新华二开定制版
heheng
2025-06-25 fa3f2aa6154d2434ffb49ed80854cec3e70aa8a5
src/main/resources/mybatis/doublePrevention/PreventRiskControlTemplateMapper.xml
@@ -16,4 +16,9 @@
    </select>
<!--    PreventRiskControlTemplate getControlTemplateById(Byte classify2);-->
    <select id="getControlTemplateById" resultMap="BaseResultMap">
        select * from prevent_risk_control_template
        where id =  #{classify2}
    </select>
</mapper>