|
@@ -124,6 +124,7 @@ func (this *DataSourceController) IcpiData() {
|
|
|
product.IndexCode = v.IndexCode
|
|
|
product.IndexName = v.IndexName
|
|
|
product.Frequency = v.Frequency
|
|
|
+ product.Unit = v.Unit
|
|
|
product.ModifyTime = v.ModifyTime
|
|
|
|
|
|
total, err := icpiObj.GetIcpiIndexDataCount(v.IndexCode)
|