|
@@ -103,7 +103,7 @@ func (this *TradeCommonController) OilchemIndexList() {
|
|
|
for _, v1 := range dataList {
|
|
|
if v.BaseFromOilchemIndexId == v1.BaseFromOilchemIndexId {
|
|
|
indexList[i].DataTime = v1.DataTime
|
|
|
- indexList[i].Value = v1.Value
|
|
|
+ indexList[i].Value = v1.Value.String()
|
|
|
}
|
|
|
}
|
|
|
}
|