Browse Source

部门管理 BUG修改

qxp 5 năm trước cách đây
mục cha
commit
0ae5cab6ea

+ 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>