|
@@ -349,7 +349,7 @@ public class GoodsDonController {
|
|
|
Result<YhShopGoodsFrontView> yhShopGoodsDetail = getGoodsDetailByYhsId(yhShopFrontService.getYhsIdByCustomId(customId), id);
|
|
Result<YhShopGoodsFrontView> yhShopGoodsDetail = getGoodsDetailByYhsId(yhShopFrontService.getYhsIdByCustomId(customId), id);
|
|
|
return yhShopGoodsDetail;
|
|
return yhShopGoodsDetail;
|
|
|
}
|
|
}
|
|
|
- String goodsDetailKey = RedisService.key.YH_HOME_PAGHE_CACHE.getName() + "goods_detail:" + id;
|
|
|
|
|
|
|
+ String goodsDetailKey = RedisService.key.YH_HOME_PAGHE_CACHE.getEnvName() + "goods_detail:" + id;
|
|
|
//List<Long> filter_goodsIds = getFilterGoodsIds();
|
|
//List<Long> filter_goodsIds = getFilterGoodsIds();
|
|
|
List<Long> filter_goodsIds = null;
|
|
List<Long> filter_goodsIds = null;
|
|
|
//存在过滤平台 商品详情不返回
|
|
//存在过滤平台 商品详情不返回
|