phi_platform_user/src/main/java/com/hx/phip/service/order/impl/OrderServiceV2Impl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
phi_platform_user/src/main/java/com/hx/phip/service/order/impl/OrderServiceV2Impl.java
@@ -470,7 +470,7 @@ payMethodList.add(payAmountDto.getMethod()); } couponCheckDto.setPayMethodList(payMethodList); couponCheckDto.setAppId(thirtApplication.getAppId()); logger.info("校验优惠券,参数"+JSON.toJSONString(couponCheckDto)); // Result result = sCouponService.unifyCheck(couponCheckDto); // logger.info("校验优惠券,返回"+JSON.toJSONString(result));