소스 검색

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