|
|
@@ -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 !=''">
|