no message

This commit is contained in:
Bright 2024-06-13 11:54:57 +07:00
parent a9973e4ba7
commit 7b2600988b
2 changed files with 2 additions and 2 deletions

View file

@ -2857,7 +2857,7 @@ export class ProfileEmployeeController extends Controller {
* @summary ORG_038 - (ADMIN) # * @summary ORG_038 - (ADMIN) #
* *
*/ */
@Get("report/resume") @Post("report/resume")
async doneReport( async doneReport(
@Body() @Body()
body: { body: {

View file

@ -224,7 +224,7 @@ export class ProfileItem {
positionLevelOld: string | null; positionLevelOld: string | null;
positionNumberOld: string | null; positionNumberOld: string | null;
organizationOld: string | null; organizationOld: string | null;
organizationPositionOld: string | null; organizationPositionOld?: string | null;
amountOld: number | null; amountOld: number | null;
educationOld: string | null; educationOld: string | null;
rootOld: string | null; rootOld: string | null;