From 1aa75c60f4308a743aaa4911a9ca469a4a8eb5e5 Mon Sep 17 00:00:00 2001 From: Bright Date: Mon, 9 Sep 2024 15:02:36 +0700 Subject: [PATCH] add fields --- src/controllers/ProfileController.ts | 2 ++ 1 file changed, 2 insertions(+) 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,