官方房间标记

This commit is contained in:
sk 2024-10-30 11:38:05 +08:00
parent fc16304b20
commit 995a9e010a
1 changed files with 1 additions and 1 deletions

View File

@ -622,7 +622,7 @@ func (l *LotteryMgr) GetList(plt string) []*welfare.LotteryInfo {
state := 1
switch {
case d.EndTs <= now.Unix():
case d.WinTs <= now.Unix():
state = common.LotteryStateOver // 已结束
case d.StartTs > now.Unix():
state = common.LotteryStateNoStart // 未开始