fix 比赛配置

This commit is contained in:
sk 2024-12-30 13:55:32 +08:00
parent d3d722c897
commit 7066d7c441
1 changed files with 3 additions and 0 deletions

View File

@ -1803,6 +1803,9 @@ func (this *Tournament) GetSCTMInfosPack(platform, channelName string) *tourname
}
tMInfo.SignupCostItem = signupCost
}
if info.MatchTimeType == 0 {
tMInfo.MatchTimeStamp = []int64{}
}
pack.TMInfo = append(pack.TMInfo, tMInfo)
}
}