Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fanfanyangyang committed Aug 27, 2024
1 parent 2bc61ba commit bc1bf16
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dbm-services/mysql/db-priv/service/clone_client_priv.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,7 @@ func (m *CloneClientPrivPara) CloneClientPriv(jsonPara string, ticket string) ([
// 每个集群一个协程
slog.Info("msg", "clusters", clusters)
for _, item := range clusters {
if !strings.Contains(item.ImmuteDomain, "xiaog56db.hayleyxu.dba.db") {
continue
} else {
slog.Info("msg", "item.ImmuteDomain", item.ImmuteDomain)
}
slog.Info("msg", "item.ImmuteDomain", item.ImmuteDomain)
wg.Add(1)
go func(item Cluster) {
defer func() {
Expand Down

0 comments on commit bc1bf16

Please sign in to comment.