Browse Source

管理单位客户修复

Michael 8 years ago
parent
commit
cbbf1d244d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

+ 1 - 0
src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

@@ -1124,6 +1124,7 @@
 		select 
 			count(0)	
 		from user a inner join organization_identity b on a.id = b.uid
+		left join admin d on a.aid = d.id
 		LEFT JOIN department_management dm on dm.id = d.department_id 
 		where a.type = 1 and a.status != 1 and a.audit_status = 1 
 		<if test="aid != null and aid !=''">