fuliqi
2024-09-03 1e0fee57168f6190f5dc5a3e01f8cde2b5561811
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">