16639036659
2023-05-24 c83bd5ccc72512c9935135ff76b7c3f7e81a14b8
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>