Переглянути джерело

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