edit subrank child1

This commit is contained in:
mamoss 2025-03-28 12:26:12 +07:00
parent 1e33f6d4ea
commit 13e82ad80f

View file

@ -337,6 +337,8 @@ export class OrgChild1Controller {
orgChild1Name: requestBody.orgChild1Name,
orgChild1ShortName: requestBody.orgChild1ShortName,
orgChild1Code: requestBody.orgChild1Code,
orgChild1Rank: requestBody.orgChild1Rank != null ? requestBody.orgChild1Rank : _null,
orgChild1RankSub: requestBody.orgChild1RankSub,
DEPARTMENT_CODE: requestBody.DEPARTMENT_CODE != null ? requestBody.DEPARTMENT_CODE : _null,
DIVISION_CODE: requestBody.DIVISION_CODE != null ? requestBody.DIVISION_CODE : _null,
SECTION_CODE: requestBody.SECTION_CODE != null ? requestBody.SECTION_CODE : _null,