diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index 94730a32..66ddbd4e 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -3175,6 +3175,8 @@ export class ProfileController extends Controller { birthDate: profile.birthDate, position: profile.position, leaveDate: profile.dateLeave, + dateStart: profile.dateStart, + dateRetireLaw: profile.dateRetireLaw, posMaster: posMaster == null ? null : posMaster.posMasterNo, posMasterNo: posMaster == null ? null : posMaster.posMasterNo, posLevelName: profile.posLevel == null ? null : profile.posLevel.posLevelName,