ycl-server/src/main/resources/mapper/zgyw/CheckRuleMapper.xml
@@ -37,6 +37,8 @@ <if test="state != null "> and state = #{state}</if> <if test="deleted != null and deleted != ''"> and deleted = #{deleted}</if> </where> ORDER BY order_num </select> <select id="selectCheckRuleById" resultMap="CheckRuleResult">