@@ -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)
}
// 计算最终价格