From 5e3f9fc988f795daa4f8acbc031568ece53c4f21 Mon Sep 17 00:00:00 2001 From: songliang Date: Mon, 3 Jul 2023 15:41:32 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 1c2f1727..d96d21c8 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -682,11 +682,6 @@ class ShopController extends BaseAuthedController return; } - if ($row['address'] != $account) { - $this->_rspErr(2, 'address is invalid'); - return; - } - if ($row['grid_' . $grid] == 0) { $this->_rspErr(2, 'grid is invalid'); return;