彭俊 %!s(int64=6) %!d(string=hai) anos
pai
achega
18c5461f15
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;
     }