diff --git a/src/controllers/ProfileEditEmployeeController.ts b/src/controllers/ProfileEditEmployeeController.ts index d8e5fe60..b0ae31bc 100644 --- a/src/controllers/ProfileEditEmployeeController.ts +++ b/src/controllers/ProfileEditEmployeeController.ts @@ -129,8 +129,8 @@ export class ProfileEditEmployeeController extends Controller { const _data = getProfileEdit.map((item) => ({ id: item.id, - idcard: item.profile.citizenId, - profileId: item.profile.id, + idcard: item.profileEmployee.citizenId, + profileId: item.profileEmployee.id, topic: item.topic, detail: item.detail, status: item.status,