竞技馆抽奖活动
This commit is contained in:
parent
6693bf7438
commit
20f0ee30bd
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue