fix
This commit is contained in:
parent
8d8b034d7b
commit
46cb70fffb
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue