Browse Source

fix press bug

release_toaliyun_real
zhengfangyuan 3 years ago
parent
commit
62e272c6b6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxOrderServiceImpl.java View File

@@ -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 {


Loading…
Cancel
Save