ZQN
2024-06-24 b0402b407292f0708a1684cc0ca1d5e2d890b753
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 != ''">
         AND ${params.dataScope}
      </if>
      order by d.parent_id, d.order_num
    </select>