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()) {