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,