kobe6258 hai 2 meses
pai
achega
bc17586443
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/oilchem_data.go

+ 1 - 1
controllers/oilchem_data.go

@@ -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()
 			}
 		}
 	}