|
|
|
@@ -212,7 +212,7 @@ public class JieShunParkService extends BaseParkService implements ParkAdapterSe |
|
|
|
return new ResultData(ErrorCode.COUPON_IS_EMPTY.getCode(),"当前停车券没有关联停车场优惠券配置。"+coupon.getTitle()); |
|
|
|
} |
|
|
|
//String orderNo = paramMap.get("parkOrderId"); |
|
|
|
String planNo = valueMap.get("planNo"); |
|
|
|
String planNo = valueMap.get("couponNo"); |
|
|
|
if (StringUtils.isBlank(planNo)) { |
|
|
|
return new ResultData(ErrorCode.COUPON_IS_EMPTY.getCode(),"当前停车券没有关联停车场优惠券配置[planNo]。"+coupon.getTitle()); |
|
|
|
} |
|
|
|
|