From 1572c5206c5f3730a4ceffd9d9e6f730413841b2 Mon Sep 17 00:00:00 2001 From: kittapath Date: Thu, 24 Oct 2024 10:55:58 +0700 Subject: [PATCH] no message --- 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 92d6806..89b2e0a 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -6754,7 +6754,7 @@ export class ReportController extends Controller { * * @param {string} id Guid, *Id ผังเงินเดือน */ - @Post("command/33/{id}") + @Post("command/C-PM-33/{id}") async SalaryReport33Command( @Path() id: string, @Body() @@ -6840,7 +6840,7 @@ export class ReportController extends Controller { * * @param {string} id Guid, *Id ผังเงินเดือน */ - @Post("command/34/{id}") + @Post("command/C-PM-34/{id}") async SalaryReport34Command( @Path() id: string, @Body() @@ -6934,7 +6934,7 @@ export class ReportController extends Controller { * * @param {string} id Guid, *Id ผังเงินเดือน */ - @Post("command/35/{id}") + @Post("command/C-PM-35/{id}") async SalaryReport35Command( @Path() id: string, @Body() @@ -7021,7 +7021,7 @@ export class ReportController extends Controller { * * @param {string} id Guid, *Id ผังเงินเดือน */ - @Post("command/36/{id}") + @Post("command/C-PM-36/{id}") async SalaryReport36Command( @Path() id: string, @Body() @@ -7107,7 +7107,7 @@ export class ReportController extends Controller { * * @param {string} id Guid, *Id ผังเงินเดือน */ - @Post("command/37/{id}") + @Post("command/C-PM-37/{id}") async SalaryReport37Command( @Path() id: string, @Body()