RuoYi
2020-06-24 eac9403ea4e40d3a35dbdd7fd227314d1c93a96c
ruoyi/src/main/resources/mybatis/system/SysDeptMapper.xml
@@ -40,7 +40,7 @@
         AND status = #{status}
      </if>
      <!-- 数据范围过滤 -->
      ${dataScope}
      ${params.dataScope}
      order by d.parent_id, d.order_num
    </select>