Compare commits

..

No commits in common. "3bbced02e09c4f9b1049d2a7fd917e89fb0cb0c9" and "7d73f2036df2848bf106799f3172fc93e2fe4889" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ func (l *LotteryData) Done() {
continue continue
} }
t, _ := time.Parse(time.DateTime, v.GetTime()) t, _ := time.Parse(time.DateTime, v.GetTime())
if common.TsInSameDay(t.Unix(), l.StartTs) && int(v.GetNum()) == LotteryMgrInst.GetIndex(l.Platform, l.CId) { if common.TsInSameDay(t.Unix(), l.StartTs) && v.GetNum() == int64(l.Num+1) {
// 必中 // 必中
isMust = true isMust = true
tp = 1 tp = 1