Browse Source

fix:取值修改

duxin 3 years ago
parent
commit
0d2f716d71

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

@@ -789,7 +789,7 @@ func WinningAnalysis(thisWinnerRow BuyerWinnerRow, rMap map[string]interface{})
 	}
 	//中标单位-中标规模分布
 	winnerA := make(map[string]*distributionTrend)
-	for _, v := range thisWinnerRow.BuyerAmountDistribution.Buckets {
+	for _, v := range thisWinnerRow.WinnerAmountDistribution.Buckets {
 		amountDistribution(v.Amount.Value, winnerA)
 	}
 	var count_b int