Commit 3c177b54 by caosy

会员专享分区

parent ea2d4ac6
......@@ -159,7 +159,7 @@ public class CommuneOrderService extends AbstractOrderService<CommuneOrderBean,
}
int count = this.getOrderDao().queryVoucherPayedOrder(communeOrderBean.getUid(),communeOrderBean.getActivityId());
if(count>=buyoucherActivity.getBuyLimitTimes()){
throw new OrderException(-666, "您已经超过该活动限制次数!");
throw new OrderException(-666, "已超过活动次数!");
}
}
......
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