This commit is contained in:
songliang 2023-07-16 11:15:16 +08:00
parent 4ac40ba53c
commit 0da8495a93

View File

@ -866,11 +866,11 @@ class ShopController extends BaseAuthedController
$goods_id = $row['goods_id']; $goods_id = $row['goods_id'];
if (!empty($address)) { if (!empty($address)) {
$pending = $this->checkPendingBuyGoodsNormal($address, $goods_id, $row['shop_id'], $id); // $pending = $this->checkPendingBuyGoodsNormal($address, $goods_id, $row['shop_id'], $id);
if ($pending) { // if ($pending) {
$this->_rspErr(1, 'pending'); // $this->_rspErr(1, 'pending');
return; // return;
} // }
} }
$desired_token_type = $row['token_type']; $desired_token_type = $row['token_type'];