Explorar o código

#3620 新上线商品补K线小数位问题

zou.yingbin %!s(int64=3) %!d(string=hai) anos
pai
achega
7da2c64c24
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/quote/history.go

+ 1 - 1
controllers/quote/history.go

@@ -99,7 +99,7 @@ func QueryHistoryDatas(c *gin.Context) {
 
 	// 获取目标商品报价小数位
 	var dcplace int = 0
-	if len(cycleDatas) > 0 {
+	if len(cycleDatas) > 0 || req.CycleType >= 11 {
 		dcplace = mtpcache.GetGoodsDecimalplace(req.GoodsCode)
 	}
 	// 计算最终价格