diff --git a/pkg/common/db/mongoModel.go b/pkg/common/db/mongoModel.go index a03c387fb..59ec1a0f2 100644 --- a/pkg/common/db/mongoModel.go +++ b/pkg/common/db/mongoModel.go @@ -533,7 +533,7 @@ type TagUser struct { } type TagSendLog struct { - Users []TagUser `bson:"tag_list"` + UserList []TagUser `bson:"tag_list"` SendID string `bson:"send_id"` SenderPlatformID int32 `bson:"sender_platform_id"` Content string `bson:"content"`