fix file org
This commit is contained in:
parent
d9c3c3860f
commit
53bd4e09c2
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ export class SubFileController extends Controller {
|
|||
@Path() file: string,
|
||||
) {
|
||||
if (name !== "ระบบประเมิน") {
|
||||
return await s3DownloadFile(name, group, id, subId);
|
||||
return await s3DownloadFile(name, group, id, subId, file);
|
||||
}
|
||||
const data = await downloadFile([name, group, id, subId], file);
|
||||
if (!data) throw new Error("เกิดข้อผิดพลาดกับระบบจัดการไฟล์");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue