From 13e82ad80f3728299ddc103210c0244f951a458c Mon Sep 17 00:00:00 2001 From: mamoss <> Date: Fri, 28 Mar 2025 12:26:12 +0700 Subject: [PATCH] edit subrank child1 --- src/controllers/OrgChild1Controller.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controllers/OrgChild1Controller.ts b/src/controllers/OrgChild1Controller.ts index 7f3dde58..7ba65f60 100644 --- a/src/controllers/OrgChild1Controller.ts +++ b/src/controllers/OrgChild1Controller.ts @@ -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,