ZQN
2024-06-21 6acee0d1d79a05f7a3a3c386e9df02e9a741f544
project-system/src/main/resources/mapper/system/SysDeptMapper.xml
@@ -43,7 +43,9 @@
         AND status = #{status}
      </if>
      <!-- 数据范围过滤 -->
      ${params.dataScope}
      <if test="params != null and params.dataScope != null">
         AND ${params.dataScope}
      </if>
      order by d.parent_id, d.order_num
    </select>