Browse Source

11482-【CR】【投资系统】增加审批流程-项目背调设置查询人列表

hxy 3 weeks ago
parent
commit
f6aa23e72b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml

+ 1 - 0
ruoyi-system/src/main/resources/mapper/system/SysUserMapper.xml

@@ -242,6 +242,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 		WHERE (d.dept_name like concat('%',#{deptName},'%')
 		WHERE (d.dept_name like concat('%',#{deptName},'%')
 		  or d.dept_name like concat('%',#{deptName1},'%'))
 		  or d.dept_name like concat('%',#{deptName1},'%'))
 		  and d.status=0 and d.del_flag=0
 		  and d.status=0 and d.del_flag=0
+		  and u.status=0 and u.del_flag=0
 	</select>
 	</select>
 	
 	
 </mapper> 
 </mapper>