Browse Source

Merge branch 'release_toaliyun_real' of https://git.malls.iformall.com/server/formallProject into release_toaliyun_real

release_toaliyun_real
xhxu 2 years ago
parent
commit
8dec4e11dd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkCApi/src/main/java/com/iformall/controller/WxCarController.java

+ 1
- 1
mallinkCApi/src/main/java/com/iformall/controller/WxCarController.java View File

@@ -392,7 +392,7 @@ public class WxCarController extends BaseController {
} }
return new ResultData(Result.ERROR,"已经使用过优惠券, 不能重复使用."); return new ResultData(Result.ERROR,"已经使用过优惠券, 不能重复使用.");
} else { } else {
WxCoupon coupon = couponService.getById(userCar.getCouponId(),park.getFinalTenantId());
WxCoupon coupon = couponService.getById(userCar.getCouponId(),park.getTenantId());
if (coupon == null) { if (coupon == null) {
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "券为空"); return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "券为空");
} }


Loading…
Cancel
Save