Commit b40e2692 by caosy

发往球场短信代码抽取,不需支付发短信

parent e629a7a3
......@@ -326,6 +326,7 @@ public class EventActivityOrderService extends
Voucher voucher = this.getVoucherDao().findById(Integer.parseInt(usedVoucherId));
if(voucher.getVoucherType() == 2){
this.sendMessage(order, 120);
this.sendMessage(order, 100);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment