This commit is contained in:
AdisakKanthawilang 2025-03-20 15:38:42 +07:00
parent b7cd88af9e
commit 86e32d4e39

View file

@ -272,6 +272,7 @@ export class ProfileSalaryTempController extends Controller {
orgRootShortName: root == null ? null : root.orgRootShortName,
orgRevisionId: root == null ? null : root.orgRevisionId,
org: `${_child4}${_child3}${_child2}${_child1}${root?.orgRootName ?? ""}`,
type: "OFFICER"
};
}),
);
@ -537,6 +538,7 @@ export class ProfileSalaryTempController extends Controller {
child4Id: _data.child4IdTemp ? _data.child4IdTemp : null,
child4ShortName: _data.child4ShortNameTemp ? _data.child4ShortNameTemp : null,
org: `${_child4}${_child3}${_child2}${_child1}${root?.orgRootName ?? ""}`,
type: "EMPLOYEE"
};
}),
);