update serve/app/controller/Warehouse.php.
Signed-off-by: 姚PD <13558507+yao-shipeng@user.noreply.gitee.com>
This commit is contained in:
parent
b6498ea865
commit
87b5b0f1b5
@ -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)){
|
||||
//逻辑处理
|
||||
|
Loading…
x
Reference in New Issue
Block a user