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(