From faf4bf352ed4b119a1eca9c9bd6fd011f7900a54 Mon Sep 17 00:00:00 2001 From: Derran Date: Wed, 26 Feb 2025 16:30:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E4=B8=8D=E6=94=AF=E6=8C=81=E5=8F=82?= =?UTF-8?q?=E4=B8=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../application/service/order/OrderApplicationService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dating-agency-mall-server/src/main/java/com/qniao/dam/application/service/order/OrderApplicationService.java b/dating-agency-mall-server/src/main/java/com/qniao/dam/application/service/order/OrderApplicationService.java index b85369d..1a13bd4 100644 --- a/dating-agency-mall-server/src/main/java/com/qniao/dam/application/service/order/OrderApplicationService.java +++ b/dating-agency-mall-server/src/main/java/com/qniao/dam/application/service/order/OrderApplicationService.java @@ -439,7 +439,7 @@ public class OrderApplicationService extends BaseApplicationService { dto.getMiId()); CalculateSiteActivityFeeVo calculateVo = datingAgencyServiceApplicationService.calculateSiteActivityFeeBySdk(calculateDto); if (!calculateVo.getEnable()) { - throw new BizException("下单异常"); + throw new BizException("暂不支持参与"); } OrderItem orderItem = OrderItem.build(productSpec.getProductId(), productSpec.getId(), product.getProductType(), product.getMainCategory(), product.getSubCategory(), product.getProductTitle(), calculateVo.getUnitSettlementPrice(), calculateVo.getUnitSettlementPrice(), 1); @@ -463,7 +463,7 @@ public class OrderApplicationService extends BaseApplicationService { dto.getMiId()); CalculateSiteActivityFeeVo calculateVo = datingAgencyServiceApplicationService.calculateSiteActivityFeeBySdk(calculateDto); if (!calculateVo.getEnable()) { - throw new BizException("下单异常"); + throw new BizException("暂不支持参与"); } return TypeConvertUtils.convert(calculateVo, UserCalculateOrderFeeVo.class, (a, b) -> { if (Objects.nonNull(a.getVipFee()) && a.getVipFee().getEnable()) {