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