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} id profile Id
* @param {string} type NONE-> HAFT-> FULL->1 FULLHAFT->1.5 * @param {string} type NONE-> HAFT-> FULL->1 FULLHAFT->1.5
*/ */
@Post("oldchange/type-multi") @Post("change/type-multi")
async oldchangeTypeMulti( async changeTypeMulti(
@Body() body: { profileId: string[]; type: string; isReserve: boolean; remark?: string | null }, @Body() body: { profileId: string[]; type: string; isReserve: boolean; remark?: string | null },
@Request() req: RequestWithUser, @Request() req: RequestWithUser,
) { ) {
@ -1545,8 +1545,8 @@ export class SalaryPeriodController extends Controller {
} }
//NEW CHANGE TYPE-MULTI //NEW CHANGE TYPE-MULTI
@Post("change/type-multi") @Post("newchange/type-multi")
async changeTypeMulti( async newchangeTypeMulti(
@Body() body: { profileId: string[]; type: string; isReserve: boolean; remark?: string | null }, @Body() body: { profileId: string[]; type: string; isReserve: boolean; remark?: string | null },
@Request() req: RequestWithUser, @Request() req: RequestWithUser,
) { ) {