xiangpei
2024-09-03 6c5d7fa4635b06d30840c39f96bd381b65cb56e7
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">