竞技馆抽奖活动

This commit is contained in:
sk 2024-10-24 11:02:57 +08:00
parent 6693bf7438
commit 20f0ee30bd
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ var (
) )
func LotteryCollection(plt string) *mongo.Collection { func LotteryCollection(plt string) *mongo.Collection {
s := mongo.MgoSessionMgrSington.GetPltMgoSession(mongo.G_P, model.LotteryDBName) s := mongo.MgoSessionMgrSington.GetPltMgoSession(plt, model.LotteryDBName)
if s != nil { if s != nil {
c, first := s.DB().C(model.LotteryCollName) c, first := s.DB().C(model.LotteryCollName)
if first { if first {