From df9b9b2a8971a0858a344a0af88231feabfbb3ee 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:46:15 +0000 Subject: [PATCH] update serve/app/controller/Account.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/Account.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/serve/app/controller/Account.php b/serve/app/controller/Account.php index f331752..9a5d25d 100644 --- a/serve/app/controller/Account.php +++ b/serve/app/controller/Account.php @@ -89,8 +89,7 @@ class Account extends Acl { ['table'=>'bre','where'=>[['account','=',$input['id']]]], ['table'=>'ice','where'=>[['account','=',$input['id']]]], ['table'=>'oce','where'=>[['account','=',$input['id']]]], - ['table'=>'allot_info','where'=>[['account|tat','=',$input['id']]]], - ['table'=>'deploy','where'=>[['source','like','%"account":'.$input['id'].'%']]] + ['table'=>'allot_info','where'=>[['account|tat','=',$input['id']]]] ]); if(empty($exist)){ //逻辑处理