锦标赛优化

This commit is contained in:
hahwu 2026-04-19 00:02:03 -04:00
parent 513736de4f
commit c133d91ca7

View File

@ -181,6 +181,7 @@ func (c *ChampshipMgr) ZeroUpdate() (interface{}, error) {
// 如果活动ID没有变化说明没有新的活动不需要重置数据
if activityCfg.AId != 0 && activityCfg.AId == data.Aid {
log.Debug("championship zero update not init by aid %d", data.Aid)
data.mu.Unlock()
return nil, nil
}
log.Debug("championship zero update by aid %d", activityCfg.AId)