疯狂的狮子li
2021-05-29 8d761fa60c744bf7ffeefbf260714c2ed4fe24f2
ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
@@ -40,7 +40,9 @@
            AND status = #{status}
        </if>
        <!-- 数据范围过滤 -->
        AND ( ${params.dataScope} )
        <if test="params.dataScope != null and params.dataScope != ''">
            AND ( ${params.dataScope} )
        </if>
        order by d.parent_id, d.order_num
    </select>