@@ -394,7 +394,7 @@ func GetHsbyListingGoodsDetail(goodsID, accountID int) (*HsbyListingGoodsDetail,
hsbyListingGoodsDetail := details[0]
// 获取商品现价和涨跌停价
- quoteDays, err := GetQuoteDays(hsbyListingGoodsDetail.Goodscode)
+ quoteDays, err := GetQuoteDays("'" + hsbyListingGoodsDetail.Goodscode + "'")
if err != nil {
return nil, err
}