Browse Source

部门管理 BUG修改

qxp 5 years ago
parent
commit
0ae5cab6ea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dgtly-system/src/main/resources/mapper/system/SysDeptMapper.xml

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

@@ -43,9 +43,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="parentId != null and parentId != 0">
 			AND parent_id = #{parentId}
 		</if>
-		<if test="companyId != null and companyId != 0">
+		<!--<if test="companyId != null and companyId != 0">
 			AND company_id = #{companyId}
-		</if>
+		</if>-->
 		<if test="deptName != null and deptName != ''">
 			AND dept_name like concat('%', #{deptName}, '%')
 		</if>