3
0
Fork 0

## Opt - 可重复选择区域

This commit is contained in:
sangelxiu1 2025-08-12 17:11:36 +08:00
parent a43f571940
commit bd50d74fb5
1 changed files with 8 additions and 8 deletions

View File

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