소스 검색

批量修改

kobe6258 2 달 전
부모
커밋
bc17586443
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()
 			}
 		}
 	}