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