no message
This commit is contained in:
parent
a9973e4ba7
commit
7b2600988b
2 changed files with 2 additions and 2 deletions
|
|
@ -2857,7 +2857,7 @@ export class ProfileEmployeeController extends Controller {
|
|||
* @summary ORG_038 - ออกคำสั่งลูกจ้าง (ADMIN) #
|
||||
*
|
||||
*/
|
||||
@Get("report/resume")
|
||||
@Post("report/resume")
|
||||
async doneReport(
|
||||
@Body()
|
||||
body: {
|
||||
|
|
|
|||
|
|
@ -224,7 +224,7 @@ export class ProfileItem {
|
|||
positionLevelOld: string | null;
|
||||
positionNumberOld: string | null;
|
||||
organizationOld: string | null;
|
||||
organizationPositionOld: string | null;
|
||||
organizationPositionOld?: string | null;
|
||||
amountOld: number | null;
|
||||
educationOld: string | null;
|
||||
rootOld: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue