fuliqi
2024-12-04 95f69d1183a56f5768e6d56d043b0c6e5a878bb5
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">