@@ -315,6 +315,9 @@ public class ShopMessageServiceImpl extends ServiceImpl<ShopMessageDao, GoodsSho
// }
baseMapper.updateById(goodsShop);
+
+ redisUtils.delete(String.format(RedisKey.SHOP_INFO_CACHE_KEY, goodsShop.getShopId()));
return Result.success();
}