Roc 1 year ago
parent
commit
611615cca5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      services/data/predict_edb_info_rule.go

+ 0 - 1
services/data/predict_edb_info_rule.go

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