From 77aa722b52bf6138806ba2b06e88f4e069197963 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:55:08 +0000 Subject: [PATCH] update serve/app/controller/Frame.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/Frame.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/serve/app/controller/Frame.php b/serve/app/controller/Frame.php index b81eb1d..234476e 100644 --- a/serve/app/controller/Frame.php +++ b/serve/app/controller/Frame.php @@ -78,13 +78,11 @@ class Frame extends Acl{ $exist=moreTableFind([ ['table'=>'account','where'=>[['frame','=',$input['id']]]], ['table'=>'allot','where'=>[['frame','=',$input['id']]]], - ['table'=>'barter','where'=>[['frame','=',$input['id']]]], ['table'=>'bill','where'=>[['frame','=',$input['id']]]], ['table'=>'bor','where'=>[['frame','=',$input['id']]]], ['table'=>'bre','where'=>[['frame','=',$input['id']]]], ['table'=>'buy','where'=>[['frame','=',$input['id']]]], ['table'=>'customer','where'=>[['frame','=',$input['id']]]], - ['table'=>'deploy','where'=>[['frame','=',$input['id']]]], ['table'=>'entry','where'=>[['frame','=',$input['id']]]], ['table'=>'extry','where'=>[['frame','=',$input['id']]]], ['table'=>'ice','where'=>[['frame','=',$input['id']]]],