Преглед изворни кода

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