@@ -23,6 +23,6 @@
</select>
<select id="groupByRoleId" resultType="com.fdkankan.manage.vo.response.SysRoleVo">
- select role_id as id , count(id) as adminCount from sys_user group by role_id
+ select role_id as id , count(id) as adminCount from sys_user where rec_status = 'A' group by role_id
</mapper>