pull/1427/head
withchao 2 years ago
parent 3b6d91f0f1
commit c0357a066b

@ -12,7 +12,7 @@ import (
func NewGroupMongo(db *mongo.Database) (relation.GroupModelInterface, error) {
return &GroupMgo{
coll: db.Collection("user"),
coll: db.Collection("group"),
}, nil
}

Loading…
Cancel
Save