优化更新索引失败异常信息

This commit is contained in:
paulGao 2021-12-29 20:06:20 +08:00
parent 5e1eb3e03b
commit c8272ec90d

View File

@ -264,7 +264,7 @@ public class GoodsMessageListener implements RocketMQListener<MessageExt> {
this.goodsIndexService.updateEsGoodsIndexAllByList(promotions, esPromotionKey); this.goodsIndexService.updateEsGoodsIndexAllByList(promotions, esPromotionKey);
} }
} catch (Exception e) { } catch (Exception e) {
log.error("生成商品索引促销信息执行异常,参数信息 {}", promotionsJsonStr); log.error("生成商品索引促销信息执行异常",e);
} }
} }