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