修复清除无效索引时的异常。某些情况下新建用户会创建两条member_wallet数据。优化代码。
This commit is contained in:
@@ -44,7 +44,7 @@ public class PromotionEverydayExecute implements EveryDayExecute {
|
||||
*/
|
||||
@Override
|
||||
public void execute() {
|
||||
//查询条件
|
||||
//清除所以商品索引的无效促销活动
|
||||
this.esGoodsIndexService.cleanInvalidPromotion();
|
||||
//定时创建活动
|
||||
addSeckill();
|
||||
|
||||
Reference in New Issue
Block a user