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} 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,
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue