revert รอแก้ไขคำนวน
This commit is contained in:
parent
dfb3e82676
commit
10ae9c0d13
1 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue