From 318d3ee229a3305f2035d566884d8303d067961e Mon Sep 17 00:00:00 2001 From: kittapath Date: Wed, 2 Oct 2024 22:54:52 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=84=E0=B8=B3?= =?UTF-8?q?=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/ReportController.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index 7ba0970..240b307 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -6268,7 +6268,7 @@ export class ReportController extends Controller { @Post("command/33/resume") async SalaryReport33Resume( @Body() - body: { result: { id: string; refCommandNo: string; templateDoc: string; personId: string }[] }, + body: { result: { id: string; refCommandNo: string; templateDoc: string; }[] }, @Request() request: RequestWithUser, ) { await Promise.all( @@ -6322,7 +6322,7 @@ export class ReportController extends Controller { @Post("command/34/resume") async SalaryReport34Resume( @Body() - body: { result: { id: string; refCommandNo: string; templateDoc: string; personId: string }[] }, + body: { result: { id: string; refCommandNo: string; templateDoc: string; }[] }, @Request() request: RequestWithUser, ) { await Promise.all( @@ -6375,7 +6375,7 @@ export class ReportController extends Controller { @Post("command/35/resume") async SalaryReport35Resume( @Body() - body: { result: { id: string; refCommandNo: string; templateDoc: string; personId: string }[] }, + body: { result: { id: string; refCommandNo: string; templateDoc: string; }[] }, @Request() request: RequestWithUser, ) { await Promise.all( @@ -6428,7 +6428,7 @@ export class ReportController extends Controller { @Post("command/36/resume") async SalaryReport36Resume( @Body() - body: { result: { id: string; refCommandNo: string; templateDoc: string; personId: string }[] }, + body: { result: { id: string; refCommandNo: string; templateDoc: string; }[] }, @Request() request: RequestWithUser, ) { await Promise.all( @@ -6481,7 +6481,7 @@ export class ReportController extends Controller { @Post("command/37/resume") async SalaryReport37Resume( @Body() - body: { result: { id: string; refCommandNo: string; templateDoc: string; personId: string }[] }, + body: { result: { id: string; refCommandNo: string; templateDoc: string; }[] }, @Request() request: RequestWithUser, ) { await Promise.all(