Merge pull request '更新' (#28) from mkm into master

Reviewed-on: http://git.excellentkk.cn/mkm/TaskSystem/pulls/28
This commit is contained in:
mkm 2023-08-03 16:13:32 +08:00
commit a8ab318735

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