From 5df50e673ccda9675635968d5907eb14a29eef12 Mon Sep 17 00:00:00 2001 From: kittapath Date: Thu, 10 Oct 2024 13:50:34 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=82=E0=B8=AD=E0=B9=81=E0=B8=81=E0=B9=89?= =?UTF-8?q?=E0=B9=84=E0=B8=82=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=E0=B9=80=E0=B8=A5=E0=B8=82=E0=B8=9A=E0=B8=B1=E0=B8=95=E0=B8=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/ProfileEditController.ts | 1 + src/controllers/ProfileEditEmployeeController.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/controllers/ProfileEditController.ts b/src/controllers/ProfileEditController.ts index fac2767d..60e95207 100644 --- a/src/controllers/ProfileEditController.ts +++ b/src/controllers/ProfileEditController.ts @@ -122,6 +122,7 @@ export class ProfileEditController extends Controller { .getManyAndCount(); const _data = getProfileEdit.map((item) => ({ id: item.id, + idcard: item.profile.citizenId, topic: item.topic, detail: item.detail, status: item.status, diff --git a/src/controllers/ProfileEditEmployeeController.ts b/src/controllers/ProfileEditEmployeeController.ts index d4cdda23..1792700c 100644 --- a/src/controllers/ProfileEditEmployeeController.ts +++ b/src/controllers/ProfileEditEmployeeController.ts @@ -129,6 +129,7 @@ export class ProfileEditEmployeeController extends Controller { const _data = getProfileEdit.map((item) => ({ id: item.id, + idcard: item.profile.citizenId, topic: item.topic, detail: item.detail, status: item.status,