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

Merge pull request !239 from OceansDeep/feature/pg
This commit is contained in:
OceansDeep 2022-09-22 10:40:13 +00:00 committed by Gitee
commit 1705817128
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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