ziwen il y a 2 ans
Parent
commit
65b2dfe728
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      services/data/chart_info.go

+ 1 - 0
services/data/chart_info.go

@@ -203,6 +203,7 @@ func GetChartEdbData(chartInfoId, chartType int, calendar, startDate, endDate st
 		item.Source = v.Source
 		item.EdbCode = v.EdbCode
 		item.EdbName = v.EdbName
+		item.EdbType = v.EdbType
 		item.EdbNameEn = v.EdbNameEn
 		item.Frequency = v.Frequency
 		item.FrequencyEn = GetFrequencyEn(v.Frequency)