From 5d223d4b695f4977d957b4d8232cd4f7e9791346 Mon Sep 17 00:00:00 2001 From: Bright Date: Tue, 17 Sep 2024 15:20:20 +0700 Subject: [PATCH] add field birthDate --- src/controllers/ProfileController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index 14a9bf05..6e335cdb 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -4061,6 +4061,7 @@ export class ProfileController extends Controller { firstName: profile.firstName, lastName: profile.lastName, citizenId: profile.citizenId, + birthDate: profile.birthDate, position: profile.position, leaveDate: profile.dateLeave, posMasterNo: posMaster == null ? null : posMaster.posMasterNo,