From 87b5b0f1b546be6568efbaef4475f70f459a1dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9APD?= <13558507+yao-shipeng@user.noreply.gitee.com> Date: Wed, 7 Aug 2024 03:52:07 +0000 Subject: [PATCH] update serve/app/controller/Warehouse.php. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 姚PD <13558507+yao-shipeng@user.noreply.gitee.com> --- serve/app/controller/Warehouse.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/serve/app/controller/Warehouse.php b/serve/app/controller/Warehouse.php index de215ed..4069480 100644 --- a/serve/app/controller/Warehouse.php +++ b/serve/app/controller/Warehouse.php @@ -90,8 +90,7 @@ class Warehouse extends Acl { ['table'=>'bre_info','where'=>[['warehouse','=',$input['id']]]], ['table'=>'extry_info','where'=>[['warehouse','=',$input['id']]]], ['table'=>'entry_info','where'=>[['warehouse','=',$input['id']]]], - ['table'=>'swap_info','where'=>[['warehouse|storehouse','=',$input['id']]]], - ['table'=>'deploy','where'=>[['source','like','%"warehouse":'.$input['id'].'%']]] + ['table'=>'swap_info','where'=>[['warehouse|storehouse','=',$input['id']]]] ]); if(empty($exist)){ //逻辑处理