|
|
@@ -1078,7 +1078,7 @@ func QueryHsbyMarketGoodses(c *gin.Context) {
|
|
|
}
|
|
|
|
|
|
// 获取数据
|
|
|
- goodses, err := models.GetHsbyMarketGoodses(req.MarketIDs, req.AccountID, req.CategoryID, req.GoodsID)
|
|
|
+ goodses, err := models.GetHsbyMarketGoodses(req.MarketIDs, req.AccountID, req.CategoryID, req.GoodsIDs)
|
|
|
if err != nil {
|
|
|
// 查询失败
|
|
|
logger.GetLogger().Errorf("QueryHsbyMarketGoodses failed: %s", err.Error())
|