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