revert รอแก้ไขคำนวน

This commit is contained in:
Adisak 2025-11-30 13:12:46 +07:00
parent dfb3e82676
commit 10ae9c0d13

View file

@ -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,
) {