Commit b9c00b43 by caosy

App 体验卷是否发放

parent 7f0b1ade
......@@ -154,7 +154,6 @@ public class BuyVoucherOrderService extends AbstractOrderService<CommuneOrderBea
if (communeOrderBean.getVoucherAmount() == null) {
communeOrderBean.setVoucherAmount(new BigDecimal(0));
}
communeOrderBean.setIsSend(0);
return true;
}
......@@ -180,7 +179,7 @@ public class BuyVoucherOrderService extends AbstractOrderService<CommuneOrderBea
//社员续费 add by caosy
orderItem.setCommuneYears(communeOrderBean.getCommuneYears());
orderItem.setRecommendUid(communeOrderBean.getRecommendUid());
orderItem.setIsSend(0);
this.getOrderDao().updateOrdersCanInvoiceDate(orderId, DateUtil.addDays(new Date(), 1));
communeOrderItemDao.save(orderItem);
......
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