From 317e9bf8bfd12163054ec71fe0df7f4b62d116fb Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 3 Aug 2023 15:57:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/lists/AccountLogLists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/lists/AccountLogLists.php b/app/api/lists/AccountLogLists.php index f4973e492..8e6f6d1b0 100755 --- a/app/api/lists/AccountLogLists.php +++ b/app/api/lists/AccountLogLists.php @@ -36,7 +36,7 @@ class AccountLogLists extends BaseApiDataLists { // 指定用户 if(isset($this->params['user_id']) && $this->params['user_id'] > 0){ - $this->userId = $this->params['user_id']; + $where[] =['user_id','=', $this->params['user_id']]; }else{ $where[] = ['user_id', '=', $this->userId]; }