修复清除无效索引时的异常。某些情况下新建用户会创建两条member_wallet数据。优化代码。
This commit is contained in:
@@ -80,6 +80,12 @@ class EsTest {
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
void cleanInvalidPromotion() {
|
||||
this.esGoodsIndexService.cleanInvalidPromotion();
|
||||
Assertions.assertTrue(true);
|
||||
}
|
||||
|
||||
@Test
|
||||
void searchGoods() {
|
||||
EsGoodsSearchDTO goodsSearchDTO = new EsGoodsSearchDTO();
|
||||
|
||||
Reference in New Issue
Block a user