官方房间标记

This commit is contained in:
sk 2024-10-30 11:14:30 +08:00
parent d5fcc0acfd
commit fc16304b20
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.EndTs <= now.Unix():
state = common.LotteryStateOver // 已结束
case d.StartTs > now.Unix():
state = common.LotteryStateNoStart // 未开始