Commit db2d19e8 by caosy

980 360 发卷

parent 37456f5d
...@@ -82,12 +82,15 @@ public class CommuneNotifyService extends AbstractNotifyService { ...@@ -82,12 +82,15 @@ public class CommuneNotifyService extends AbstractNotifyService {
} }
} }
} }
if(communeOrderItem.getActivityId() == null){
//执行发券 //执行发券
BuyVoucherActivity buyVoucherActivity = buyVoucherActivityDao.findById(communeOrderItem.getActivityId()); BuyVoucherActivity buyVoucherActivity = buyVoucherActivityDao.findById(communeOrderItem.getActivityId());
voucherService.sendVoucherForPlaceOrderByConfig(uid, order.getOrderId()+"", true, buyVoucherActivity.getVoucherConfig()); voucherService.sendVoucherForPlaceOrderByConfig(uid, order.getOrderId()+"", true, buyVoucherActivity.getVoucherConfig());
} }
} }
}
} }
return null; return null;
} }
......
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