浏览代码

Merge branch 'feature/jiayue' into debug

hsun 1 年之前
父节点
当前提交
600ea26adc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      services/index_data/jiayue_platform.go

+ 1 - 1
services/index_data/jiayue_platform.go

@@ -377,7 +377,7 @@ func GetJiaYueImportData(sourceArr []string) (items []JiaYueImportIndexResp, err
 		var t JiaYueImportIndexResp
 		t.Id = v.Id
 		t.IndexName = v.Name
-		t.IndexCode = v.Code
+		t.IndexCode = v.SourceCode
 		t.Unit = v.Unit
 		t.Frequency = v.Frequency
 		t.SourceType = v.SourceType