update serve/app/controller/Account.php.

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

View File

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