彭俊 vor 6 Jahren
Ursprung
Commit
18c5461f15
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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;
     }