Commit 7f0b1ade by caosy

App 体验卷是否发放

parent b1b3202b
...@@ -154,6 +154,7 @@ public class BuyVoucherOrderService extends AbstractOrderService<CommuneOrderBea ...@@ -154,6 +154,7 @@ public class BuyVoucherOrderService extends AbstractOrderService<CommuneOrderBea
if (communeOrderBean.getVoucherAmount() == null) { if (communeOrderBean.getVoucherAmount() == null) {
communeOrderBean.setVoucherAmount(new BigDecimal(0)); communeOrderBean.setVoucherAmount(new BigDecimal(0));
} }
communeOrderBean.setIsSend(0);
return true; return true;
} }
......
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