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,