瀏覽代碼

部门列表数据查询

yjwang 6 天之前
父節點
當前提交
f84dc564ea
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      fs-service/src/main/resources/mapper/system/SysDeptMapper.xml

+ 2 - 2
fs-service/src/main/resources/mapper/system/SysDeptMapper.xml

@@ -42,8 +42,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 		<if test="status != null and status != ''">
 			AND status = #{status}
 		</if>
-		<!-- 数据范围过滤 -->
-		${params.dataScope}
+<!--		&lt;!&ndash; 数据范围过滤 &ndash;&gt;-->
+<!--		${params.dataScope}-->
 		order by d.parent_id, d.order_num
     </select>