|
@@ -224,7 +224,8 @@ public class GoodsDonController {
|
|
|
Result<List<YhShopGoodsFrontView>> shopGoods = getShopGoods(yhShopFrontService.getYhsIdByCustomId(customId));
|
|
Result<List<YhShopGoodsFrontView>> shopGoods = getShopGoods(yhShopFrontService.getYhsIdByCustomId(customId));
|
|
|
return shopGoods;
|
|
return shopGoods;
|
|
|
}
|
|
}
|
|
|
- List<Long> filter_goodsIds = getFilterGoodsIds();
|
|
|
|
|
|
|
+ //List<Long> filter_goodsIds = getFilterGoodsIds();
|
|
|
|
|
+ List<Long> filter_goodsIds = null;
|
|
|
String pcCacheKey = RedisService.key.YH_HOME_PAGHE_CACHE.getEnvName() + "PC";
|
|
String pcCacheKey = RedisService.key.YH_HOME_PAGHE_CACHE.getEnvName() + "PC";
|
|
|
if (CollUtil.isNotEmpty(filter_goodsIds)) {
|
|
if (CollUtil.isNotEmpty(filter_goodsIds)) {
|
|
|
pcCacheKey += ":hz-ip";
|
|
pcCacheKey += ":hz-ip";
|
|
@@ -268,7 +269,8 @@ public class GoodsDonController {
|
|
|
Result<List<YhShopGoodsFrontView>> shopGoods = getShopGoods(yhShopFrontService.getYhsIdByCustomId(customId));
|
|
Result<List<YhShopGoodsFrontView>> shopGoods = getShopGoods(yhShopFrontService.getYhsIdByCustomId(customId));
|
|
|
return shopGoods;
|
|
return shopGoods;
|
|
|
}
|
|
}
|
|
|
- List<Long> filter_goodsIds = getFilterGoodsIds();
|
|
|
|
|
|
|
+ //List<Long> filter_goodsIds = getFilterGoodsIds();
|
|
|
|
|
+ List<Long> filter_goodsIds = null;
|
|
|
String h5CacheKey = RedisService.key.YH_HOME_PAGHE_CACHE.getEnvName() + "H5";
|
|
String h5CacheKey = RedisService.key.YH_HOME_PAGHE_CACHE.getEnvName() + "H5";
|
|
|
if (CollUtil.isNotEmpty(filter_goodsIds)) {
|
|
if (CollUtil.isNotEmpty(filter_goodsIds)) {
|
|
|
h5CacheKey += ":hz-ip";
|
|
h5CacheKey += ":hz-ip";
|