用户列表页增加手机号绑定状态筛选

This commit is contained in:
刘祥超
2024-05-14 15:06:06 +08:00
parent 074e070fe0
commit 21a09a72fe
4 changed files with 39 additions and 22 deletions

View File

@@ -73,7 +73,7 @@ func (this *ServerStatBoardService) ComposeServerStatNodeClusterBoard(ctx contex
}
result.CountInactiveNodes = countInactiveNodes
countUsers, err := models.SharedUserDAO.CountAllEnabledUsers(tx, req.NodeClusterId, "", false)
countUsers, err := models.SharedUserDAO.CountAllEnabledUsers(tx, req.NodeClusterId, "", false, -1)
if err != nil {
return nil, err
}