소스 검색

Merge branch 'feature/eta1.9.7_interval_analysis' of eta_server/eta_api into master

xyxie 7 달 전
부모
커밋
fad92aa7c3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      services/data/range_analysis/chart_info.go

+ 1 - 1
services/data/range_analysis/chart_info.go

@@ -660,7 +660,7 @@ func GetChartDataByEdbInfoListBySeries(chartInfoId int, dateType, startYear int,
 			}
 			var condition string
 			var pars []interface{}
-			condition = " edb_info_id in (" + utils.GetOrmInReplace(len(edbIds)) + ") "
+			condition = " and edb_info_id in (" + utils.GetOrmInReplace(len(edbIds)) + ") "
 			pars = append(pars, edbIds)
 			count, e := data_manage.GetEdbInfoCountByCondition(condition, pars)
 			if e != nil {