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