更新
This commit is contained in:
parent
7ff66a407c
commit
0596753959
@ -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']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user