Roc 1 år sedan
förälder
incheckning
e99a88a5e3
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      models/predict_edb_info_rule.go

+ 0 - 1
models/predict_edb_info_rule.go

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