Browse Source

异常处理

彭俊 6 years ago
parent
commit
18c5461f15
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Biz/Account/AccountManager.php

+ 2 - 0
Biz/Account/AccountManager.php

@@ -884,6 +884,8 @@ class AccountManager
      */
     public function logout($accountIdentity)
     {
+        lm('account_detailed', 'Commons')->where('account_identity', $accountIdentity)->update(['statuss' => '0']);
+
         $result = $this->repository->updateToken($accountIdentity);
         return $result;
     }