如题,在决策平台中,我要在哪里才能查看到角色、部门对应的用户数量?
自己做个模版
-- 表格_角色对应人员
select a.name,c.realName,c.userName from finedb.fine_custom_role a
left join finedb.fine_user_role_middle as b
on a.id=b.roleId
left join finedb.fine_user c
on b.userId =c.id
---------------------------------------------------------------------
数量可以通过FineDB数据库自己算,https://help.fanruan.com/finereport/doc-view-3151.html?source=4