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

This commit is contained in:
GoEdgeLab
2024-05-14 15:06:06 +08:00
parent ad2352f519
commit 4f971c07e6
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
}