edit subrank child1
This commit is contained in:
parent
1e33f6d4ea
commit
13e82ad80f
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue