This commit is contained in:
mkm 2023-08-03 16:13:15 +08:00
parent 7ff66a407c
commit 0596753959

View File

@ -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']);