Commit 1d2f584f by zhangchen

1.去除测试条件

parent d09059c7
...@@ -100,8 +100,6 @@ public class CommuneNotifyService extends AbstractNotifyService { ...@@ -100,8 +100,6 @@ public class CommuneNotifyService extends AbstractNotifyService {
Order order = this.getOrderDao().getOrderByOrderNo(Long.parseLong(ordersSn)); Order order = this.getOrderDao().getOrderByOrderNo(Long.parseLong(ordersSn));
CommuneOrderItem communeOrderItem = communeOrderItemDao.getByOrderId(order.getOrderId()).get(0); CommuneOrderItem communeOrderItem = communeOrderItemDao.getByOrderId(order.getOrderId()).get(0);
BuyVoucherActivity buyVoucherActivity = buyVoucherActivityDao.findById(communeOrderItem.getActivityId()); BuyVoucherActivity buyVoucherActivity = buyVoucherActivityDao.findById(communeOrderItem.getActivityId());
buyVoucherActivity.setIsSendRedPacket(1);
buyVoucherActivity.setRedPacketPrice(new BigDecimal(1));
try { try {
this.getOrderDao().updateOrderStatusForMiniApps(Long.parseLong(ordersSn)); this.getOrderDao().updateOrderStatusForMiniApps(Long.parseLong(ordersSn));
} catch (Exception e) { } catch (Exception e) {
......
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