|
|
|
@@ -196,7 +196,7 @@ public class WxPressBatchServiceImpl implements WxPressBatchService { |
|
|
|
orderPressQ.setCouponIds(batchCouponIds); |
|
|
|
int count = wxOrderPressMapper.findCount(orderPressQ); |
|
|
|
if(count >= pressBatch.getBargainerAllowCount().intValue()) { |
|
|
|
return new ResultData(Result.ERROR,"当前用户砍价次数已达批次活动设定上限["+pressBatch.getName()+"]"); |
|
|
|
return new ResultData(Result.ERROR,"当前用户帮砍次数已达批次活动设定上限["+pressBatch.getName()+"]"); |
|
|
|
} else { |
|
|
|
return new ResultData(); |
|
|
|
} |
|
|
|
|