From bd50d74fb59646956389c10dc83ddaf8d85dd35b Mon Sep 17 00:00:00 2001 From: sangelxiu1 <15781802@163.com> Date: Tue, 12 Aug 2025 17:11:36 +0800 Subject: [PATCH] =?UTF-8?q?##=20Opt=20-=20=E5=8F=AF=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=8C=BA=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/api/ApiRetailOrderController.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bd-business/bd-business-sale/src/main/java/com/hzs/retail/sale/controller/api/ApiRetailOrderController.java b/bd-business/bd-business-sale/src/main/java/com/hzs/retail/sale/controller/api/ApiRetailOrderController.java index 6807331c..4837a0d9 100644 --- a/bd-business/bd-business-sale/src/main/java/com/hzs/retail/sale/controller/api/ApiRetailOrderController.java +++ b/bd-business/bd-business-sale/src/main/java/com/hzs/retail/sale/controller/api/ApiRetailOrderController.java @@ -362,10 +362,10 @@ public class ApiRetailOrderController { upgradeParam.setUpgradeMember(updateGradeMember); // 校验会员选择区域是否已经被占用 - otherCheckStr = this.checkRegionNum(upgradeParam); - if (null != otherCheckStr) { - return AjaxResult.error(otherCheckStr); - } +// otherCheckStr = this.checkRegionNum(upgradeParam); +// if (null != otherCheckStr) { +// return AjaxResult.error(otherCheckStr); +// } // 购物车中获取商品信息 upgradeParam.setOrderItemsParams(convertShoppingCarToSku(upgradeParam.getPkCreator(), upgradeParam.getShopList())); @@ -404,10 +404,10 @@ public class ApiRetailOrderController { } // 校验会员选择区域是否已经被占用 - otherCheckStr = this.checkRegionNum(upgradeParam); - if (null != otherCheckStr) { - return AjaxResult.error(otherCheckStr); - } +// otherCheckStr = this.checkRegionNum(upgradeParam); +// if (null != otherCheckStr) { +// return AjaxResult.error(otherCheckStr); +// } // 支付入参 upgradeParam.setIsPay(EYesNo.YES.getIntValue());