From 10ae9c0d13b5659620aa1d373ea10952dcdca0fd Mon Sep 17 00:00:00 2001 From: Adisak Date: Sun, 30 Nov 2025 13:12:46 +0700 Subject: [PATCH] =?UTF-8?q?revert=20=E0=B8=A3=E0=B8=AD=E0=B9=81=E0=B8=81?= =?UTF-8?q?=E0=B9=89=E0=B9=84=E0=B8=82=E0=B8=84=E0=B8=B3=E0=B8=99=E0=B8=A7?= =?UTF-8?q?=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/SalaryPeriodController.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/controllers/SalaryPeriodController.ts b/src/controllers/SalaryPeriodController.ts index 9dedc2b..7100697 100644 --- a/src/controllers/SalaryPeriodController.ts +++ b/src/controllers/SalaryPeriodController.ts @@ -1209,8 +1209,8 @@ export class SalaryPeriodController extends Controller { * @param {string} id profile Id * @param {string} type ประเภทการเลื่อน NONE->ไม่ได้เลื่อน HAFT->ครึ่งขั้น FULL->1ขั้น FULLHAFT->1.5ขั้น */ - @Post("oldchange/type-multi") - async oldchangeTypeMulti( + @Post("change/type-multi") + async changeTypeMulti( @Body() body: { profileId: string[]; type: string; isReserve: boolean; remark?: string | null }, @Request() req: RequestWithUser, ) { @@ -1545,8 +1545,8 @@ export class SalaryPeriodController extends Controller { } //NEW CHANGE TYPE-MULTI - @Post("change/type-multi") - async changeTypeMulti( + @Post("newchange/type-multi") + async newchangeTypeMulti( @Body() body: { profileId: string[]; type: string; isReserve: boolean; remark?: string | null }, @Request() req: RequestWithUser, ) {