Browse Source

Merge remote-tracking branch 'origin/chart/14.9' into debug

Roc 1 năm trước cách đây
mục cha
commit
7b11bdd60e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      models/predict_edb_info_rule.go

+ 0 - 1
models/predict_edb_info_rule.go

@@ -1415,7 +1415,6 @@ func GetChartPredictEdbInfoDataListByRuleNAnnualAverage(edbInfoId int, configVal
 			if val, ok := handleDataMap[tmpHistoryCurrentDate.Format(utils.FormatDate)]; ok {
 				tmpHistoryVal = tmpHistoryVal.Add(decimal.NewFromFloat(val))
 				tmpHistoryValNum++
-				break
 			}
 		}