疯狂的狮子li
2022-01-12 5413b37d71ddbaa42dc6f1ba7b885a322b9a3871
ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
@@ -42,10 +42,6 @@
        <if test="status != null and status != ''">
            AND status = #{status}
        </if>
<!--        &lt;!&ndash; 数据范围过滤 &ndash;&gt;-->
<!--        <if test="params.dataScope != null and params.dataScope != ''">-->
<!--            AND ( ${params.dataScope} )-->
<!--        </if>-->
        order by d.parent_id, d.order_num
    </select>