|
@@ -309,7 +309,7 @@ func ProfitChartChartData(baseDataList []*data_manage.EdbDataList, futureGoodEdb
|
|
|
|
|
|
calculateMap := make(map[int]float64)
|
|
|
for _, childFutureGoodEdbInfoId := range childFutureGoodEdbInfoIdList {
|
|
|
- tmpRealDateTime := findDateTime
|
|
|
+ tmpRealDateTime := realDateTime
|
|
|
tmpFindDataValue, tmpIsFind := edbDataMap[childFutureGoodEdbInfoId][findDateTime.Format(utils.FormatDate)]
|
|
|
|
|
|
if tmpIsFind && tmpFindDataValue != 0 {
|