fix 比赛配置

This commit is contained in:
sk 2024-12-30 13:55:32 +08:00
parent c5132b2a91
commit 2e16b0bd52
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 tMInfo.SignupCostItem = signupCost
} }
if info.MatchTimeType == 0 {
tMInfo.MatchTimeStamp = []int64{}
}
pack.TMInfo = append(pack.TMInfo, tMInfo) pack.TMInfo = append(pack.TMInfo, tMInfo)
} }
} }