From 0da8495a9368758d9f8d67c8adc33c1ffe0d66a6 Mon Sep 17 00:00:00 2001 From: songliang Date: Sun, 16 Jul 2023 11:15:16 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 980d484d..fc51bd3d 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -866,11 +866,11 @@ class ShopController extends BaseAuthedController $goods_id = $row['goods_id']; if (!empty($address)) { - $pending = $this->checkPendingBuyGoodsNormal($address, $goods_id, $row['shop_id'], $id); - if ($pending) { - $this->_rspErr(1, 'pending'); - return; - } + // $pending = $this->checkPendingBuyGoodsNormal($address, $goods_id, $row['shop_id'], $id); + // if ($pending) { + // $this->_rspErr(1, 'pending'); + // return; + // } } $desired_token_type = $row['token_type'];