记得上下班打卡 | git大法好,push需谨慎

Commit a04a7c9a authored by zhanggb's avatar zhanggb

~API:店铺管理:店铺设置:+精选商品调用;

parent b1512b19
......@@ -82,6 +82,8 @@ public class GoblinStoreMgtServiceImpl implements IGoblinStoreMgtService {
goblinMongoUtils.updateGoodsInfoVoAppear(storeId, status.equals("4") ? "1" : "0", now, uid);
goblinRedisUtils.deleteKeyForSelectGoods();// 精选商品:商品上架、下架、删除 调用的方法
List<String> spuIdList = goblinMongoUtils.getMgtGoodsSpuIds(storeId);
spuIdList.forEach(spuId -> goblinRedisUtils.delGoodsInfoVo(spuId));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment