Merge pull request '更新' (#28) from mkm into master
Reviewed-on: http://git.excellentkk.cn/mkm/TaskSystem/pulls/28
This commit is contained in:
commit
a8ab318735
@ -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