|
|
|
@@ -792,7 +792,7 @@ public class WxOrderServiceImpl implements WxOrderService { |
|
|
|
//} |
|
|
|
int _count = wxOrderMapper.countCouponConditionType1(orderq); |
|
|
|
if (_count >= pressBatch.getPromoterAllowCount()) { |
|
|
|
throw new MallinkException(ErrorCode.ORDER_IS_FAIL.getCode(),"当前用户已达砍价["+counpon.getTitle()+"]所在批次活动发起次数上限."); |
|
|
|
throw new MallinkException(ErrorCode.ORDER_IS_FAIL.getCode(),"当前用户发起砍价次数已超限.["+pressBatch.getName()+"]"); |
|
|
|
} |
|
|
|
return _count; |
|
|
|
}else { |
|
|
|
|