瀏覽代碼

部门管理 BUG修改

qxp 5 年之前
父節點
當前提交
0ae5cab6ea
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>