Commit 7be6dec4ea55e13f88ce8dd2168cdba24895137f
1 parent
9e6a6269c3
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 3 additions and 3 deletions
platform-biz-service/src/main/java/com/lyms/platform/permission/service/impl/CouponServiceImpl.java
View file @
7be6dec
... | ... | @@ -436,9 +436,9 @@ |
436 | 436 | if (couponInfo.getStatus() == -1) { |
437 | 437 | return RespBuilder.buildErro(ResponseCode.COUPON_IS_DISABLED, patientsInfo); |
438 | 438 | } |
439 | - if (couponInfo.getStatus() == 2) { | |
440 | - return RespBuilder.buildErro(ResponseCode.COUPON_IS_USERD, patientsInfo); | |
441 | - } | |
439 | +// if (couponInfo.getStatus() == 2) { | |
440 | +// return RespBuilder.buildErro(ResponseCode.COUPON_IS_USERD, patientsInfo); | |
441 | +// } | |
442 | 442 | |
443 | 443 | Map<String, Object> data = couponMapper.findValidateParam(param); |
444 | 444 | if (MapUtils.isEmpty(data)) { |