|
@@ -922,6 +922,6 @@ func WinningAnalysis(thisWinnerRow BuyerWinnerRow, rMap *sync.Map, winnerName ma
|
|
|
amountMap = append(amountMap, _d)
|
|
|
}
|
|
|
rMap.Store("winner_time_distribution", buyerMap)
|
|
|
- rMap.Store("winner_count_top3", buyerMap)
|
|
|
+ rMap.Store("winner_count_top3", countMap)
|
|
|
rMap.Store("winner_amount_top3", amountMap)
|
|
|
}
|