This commit is contained in:
kittapath 2025-02-10 12:07:09 +07:00
parent d4f440295c
commit 939c121ac4
12 changed files with 452 additions and 0 deletions

View file

@ -64,6 +64,10 @@ export class OrgChild3Controller {
orgChild3Fax: orgChild3.orgChild3Fax,
orgRevisionId: orgChild3.orgRevisionId,
misId: orgChild3.misId,
DEPARTMENT_CODE: orgChild3.DEPARTMENT_CODE,
DIVISION_CODE: orgChild3.DIVISION_CODE,
SECTION_CODE: orgChild3.SECTION_CODE,
JOB_CODE: orgChild3.JOB_CODE,
orgCode: orgChild3.orgRoot.orgRootCode + orgChild3.orgChild3Code,
};
return new HttpSuccess(getOrgChild3);