feature: 工资管理类型

This commit is contained in:
zhuyu 2025-05-29 18:17:28 +08:00
parent 309fdfa3fe
commit 94c3b86d1c

View File

@ -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());