diff --git a/src/controllers/OrganizationUnauthorizeController.ts b/src/controllers/OrganizationUnauthorizeController.ts index 20e39641..e65bb06a 100644 --- a/src/controllers/OrganizationUnauthorizeController.ts +++ b/src/controllers/OrganizationUnauthorizeController.ts @@ -446,7 +446,7 @@ export class OrganizationUnauthorizeController extends Controller { : null; return { id: item.id, - profileId: item.profileId, + profileId: item.current_holderId, prefix: item.prefix, firstName: item.firstName, lastName: item.lastName, @@ -867,7 +867,7 @@ export class OrganizationUnauthorizeController extends Controller { ? `(${this.textPointSummaryKpi(item.pointSum)})${item.pointSum}` //่join ธรรมดาดึง row ล่าสุดอยู่แล้ว : null; return { - profileId: item.id, + profileId: item.current_holderId, salaryLevel: item.salaryLevel, group: item.group, prefix: item.prefix,