feature: 工资管理类型
This commit is contained in:
parent
309fdfa3fe
commit
94c3b86d1c
|
|
@ -107,7 +107,7 @@ class Task extends Backend
|
|||
|
||||
$list[$k]['refuse_reason'] = $row['refuse_reason'] ?? '';
|
||||
$list[$k]['fileurl'] = cdnurl($row['prove_file_path']);
|
||||
$list[$k]['filetype'] = pathinfo($list[$k]['url'], PATHINFO_EXTENSION);
|
||||
$list[$k]['filetype'] = pathinfo($list[$k]['fileurl'], PATHINFO_EXTENSION);
|
||||
}
|
||||
|
||||
$result = array("total" => $list->total(), "rows" => $list->items());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user