增加分组日志

This commit is contained in:
hahwu 2026-03-10 21:17:38 +08:00
parent 485280243a
commit c18a8cc3ce

View File

@ -489,6 +489,7 @@ func (c *ChampshipMgr) group(iszero bool) (interface{}, error) {
Score: UserData.Score,
Time: UserData.Time,
})
log.Debug("group AutoId:%d, Uid:%d, Score:%f, Time:%d", ChampshipData.AutoId, UserData.Uid, UserData.Score, UserData.Time)
if len(ChampshipData.Rank[ChampshipData.AutoId]) == 10 {
ChampshipData.AutoId++
}