From 059675395947f3bb6af39f3c2ded265347e9da31 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 3 Aug 2023 16:13:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/api/lists/AccountLogLists.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/api/lists/AccountLogLists.php b/app/api/lists/AccountLogLists.php index 55409dfeb..28711b13e 100755 --- a/app/api/lists/AccountLogLists.php +++ b/app/api/lists/AccountLogLists.php @@ -107,9 +107,7 @@ class AccountLogLists extends BaseApiDataLists public function company_lists(): array { $field = 'change_type,change_amount,action,create_time,remark,user_id'; - $where[] = [ - 'company_id' => $this->params['company_id'] - ]; + $where[] = ['company_id','=', $this->params['company_id']]; // 变动时间 if (!empty($this->params['time'])) { $date = strtotime($this->params['time']);