Prechádzať zdrojové kódy

fix:定制化分析报告修改

duxin 2 rokov pred
rodič
commit
0f13f61d74

+ 1 - 1
src/jfw/modules/bigmember/src/entity/marketAnalysis/customizad_distribution.go

@@ -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)
 }