实现集群看板

This commit is contained in:
刘祥超
2021-07-05 11:37:22 +08:00
parent 7484243dff
commit e6e9fcc3c3
38 changed files with 1267 additions and 75 deletions

View File

@@ -493,7 +493,7 @@ func (this *AdminService) ComposeAdminDashboard(ctx context.Context, req *pb.Com
resp.CountServers = countServers
// 用户数
countUsers, err := models.SharedUserDAO.CountAllEnabledUsers(tx, "")
countUsers, err := models.SharedUserDAO.CountAllEnabledUsers(tx, 0, "")
if err != nil {
return nil, err
}