forked from angelo/java-retail-app
## Opt - 可重复选择区域
This commit is contained in:
parent
25e6739f06
commit
ae2b7703a6
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue