Merge Request: 更新生产 Created By: @浅川 Accepted By: @浅川 URL: https://coding.net/t/aft/p/AFT/git/merge/284
@@ -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 !=''">