update serve/app/controller/Warehouse.php.

Signed-off-by: 姚PD <13558507+yao-shipeng@user.noreply.gitee.com>
This commit is contained in:
姚PD 2024-08-07 03:52:07 +00:00 committed by Gitee
parent b6498ea865
commit 87b5b0f1b5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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)){
//逻辑处理