fix: 更新商品状态时,更新es索引信息

This commit is contained in:
paulGao 2022-09-22 18:36:26 +08:00
parent 12476fc173
commit e3792cde12

View File

@ -319,7 +319,7 @@ public class GoodsMessageListener implements RocketMQListener<MessageExt> {
}
}
}
goodsIndexService.updateBulkIndex(goodsIndices);
goodsIndexService.addIndex(goodsIndices);
}