代金券调整为不触发线下活动
parent
72630bb467
commit
fcca9ad51e
|
@ -260,8 +260,8 @@ public class BuyGoodsNewLogic {
|
|||
|
||||
// 惊喜礼盒,事件推送
|
||||
Poster.getPoster().dispatchEvent(new SuperBoxEvent(user.getId(),config.getId(),1,1));
|
||||
// gm充值不进行单笔充值活动
|
||||
if (!gm_modifier.equals(orderId)){
|
||||
// gm充值和代金券充值不进行单笔充值活动和线下返利
|
||||
if (!gm_modifier.equals(orderId) && !vouchers_order.equals(orderId)){
|
||||
// 单笔充值
|
||||
Poster.getPoster().dispatchEvent(new SingleRechargeEvent(user.getId(),(int)price));
|
||||
// 线下自动返利
|
||||
|
|
Loading…
Reference in New Issue