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