浏览代码

fix: 卓创资讯指标详情

hsun 3 月之前
父节点
当前提交
988e65e45f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      models/data_source/data_source.go

+ 2 - 2
models/data_source/data_source.go

@@ -1907,8 +1907,8 @@ func GetBaseIndexDataTableName(source, subSource int) (indexTable, dataTable str
 		indexTable = "base_from_fenwei_index"
 		dataTable = "base_from_fenwei_data"
 	case utils.DATA_SOURCE_SCI99:
-		indexTable = "base_from_icpi_index"
-		dataTable = "base_from_icpi_data"
+		indexTable = "base_from_sci99_index"
+		dataTable = "base_from_sci99_data"
 	case utils.DATA_SOURCE_BUSINESS:
 		indexTable = "base_from_business_index"
 		dataTable = "base_from_business_data"