From 33ab2a88e35f6d52facf11c3865fb01169a42a50 Mon Sep 17 00:00:00 2001 From: tping Date: Tue, 10 Mar 2020 16:15:55 +0800 Subject: [PATCH] =?UTF-8?q?//=20=E5=8F=96=E6=B6=88=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=99=BB=E5=85=A5=E8=AE=B0=E5=BD=95=E7=9A=84=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/UserController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Sdk/Controller/UserController.class.php b/Application/Sdk/Controller/UserController.class.php index c74ef79e..edf51821 100644 --- a/Application/Sdk/Controller/UserController.class.php +++ b/Application/Sdk/Controller/UserController.class.php @@ -1416,7 +1416,7 @@ class UserController extends BaseController log_action($log); if ($res['id']>0) { $user_play->save($data); - $this->updateLoginRecord($data); +// $this->updateLoginRecord($data); // 取消更新登入记录的角色相关信息 } else { $data['create_time'] = time(); $data['create_ip'] = get_client_ip(); @@ -1431,7 +1431,7 @@ class UserController extends BaseController Log::write('Duplicate Exception:' .json_encode($e->getMessage()), Log::ERR); } - $this->updateLoginRecord($data); + // $this->updateLoginRecord($data); // 取消更新登入记录的角色相关信息 }