From 7914e7bc14f6ed3ca75dbc36bc227062fc0418c0 Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Fri, 6 May 2022 17:35:33 +0800 Subject: [PATCH] office --- pkg/common/db/model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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