diff --git a/pkg/common/db/model.go b/pkg/common/db/model.go index 32fe76f5c..6edf36b8a 100644 --- a/pkg/common/db/model.go +++ b/pkg/common/db/model.go @@ -92,7 +92,7 @@ func init() { if err := createMongoIndex(mongoClient, cTag, true, "tag_id"); err != nil { fmt.Println("user_id", "-create_time", "index create failed", err.Error()) } - + fmt.Println("create index success") DB.mongoClient = mongoClient // redis pool init