This commit is contained in:
songliang 2023-07-03 15:41:32 +08:00
parent c4353583e5
commit 5e3f9fc988

View File

@ -682,11 +682,6 @@ class ShopController extends BaseAuthedController
return; return;
} }
if ($row['address'] != $account) {
$this->_rspErr(2, 'address is invalid');
return;
}
if ($row['grid_' . $grid] == 0) { if ($row['grid_' . $grid] == 0) {
$this->_rspErr(2, 'grid is invalid'); $this->_rspErr(2, 'grid is invalid');
return; return;