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

Merge pull request !99 from OceansDeep/feature/pg
This commit is contained in:
OceansDeep
2021-12-29 12:07:16 +00:00
committed by Gitee

View File

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