浏览代码

Merge branch 'hotfix/bug7031_predit_edb' into debug

xyxie 3 月之前
父节点
当前提交
1ab77f3f01
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      services/data/predict_edb_info_rule.go

+ 4 - 0
services/data/predict_edb_info_rule.go

@@ -1726,6 +1726,10 @@ func GetChartPredictEdbInfoDataListByRuleAnnualValueInversion(edbInfoId int, con
 		//兼容历史数据
 		//兼容历史数据
 		yearList = append(yearList, annualValueInversionConf.Year)
 		yearList = append(yearList, annualValueInversionConf.Year)
 	}
 	}
+	if len(yearList) == 0 {
+		err = errors.New("同比年份不能为空")
+		return
+	}
 	// 每年截止到当前日期的累计值
 	// 每年截止到当前日期的累计值
 	dateTotalMap := make(map[time.Time]float64)
 	dateTotalMap := make(map[time.Time]float64)