fwq
2024-01-22 14a0cb25e98ca2b408bc3f74137b03cfcca4d321
优惠券校验增加参数
1个文件已修改
2 ■■■ 已修改文件
phi_platform_user/src/main/java/com/hx/phip/service/order/impl/OrderServiceV2Impl.java 2 ●●● 补丁 | 查看 | 原始文档 | 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));