彭俊 6 سال پیش
والد
کامیت
18c5461f15
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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;
     }