Commit 8114fc58 by caosy

980 360 发卷

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