From ff057c68245909324d762d4ff1e655caf4f47551 Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Mon, 12 Feb 2024 15:44:34 +0700 Subject: [PATCH] fix org_053 --- src/controllers/PositionController.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/PositionController.ts b/src/controllers/PositionController.ts index 83a0cebb..0bd3a21f 100644 --- a/src/controllers/PositionController.ts +++ b/src/controllers/PositionController.ts @@ -744,7 +744,7 @@ export class PositionController extends Controller { let shortName = ""; - if (body.isAll === true) { + // if (body.isAll === true) { if ( posMaster.orgRootId !== null && posMaster.orgChild1Id == null && @@ -786,7 +786,7 @@ export class PositionController extends Controller { body.type = 4; shortName = posMaster.orgChild4.orgChild4ShortName; } - } + // } return { id: posMaster.id,