优化API/修改用户集群不影响套餐服务

This commit is contained in:
GoEdgeLab
2022-05-25 11:44:18 +08:00
parent 167008f0d9
commit bcc4e68e9f
5 changed files with 17 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ func (this *HealthCheckExecutor) Run() ([]*HealthCheckResult, error) {
}
var results = []*HealthCheckResult{}
nodes, err := models.NewNodeDAO().FindAllEnabledNodesWithClusterId(nil, this.clusterId)
nodes, err := models.NewNodeDAO().FindAllEnabledNodesWithClusterId(nil, this.clusterId, false)
if err != nil {
return nil, err
}