From fdac9160d3b213056ae236c09afc09acf04ece75 Mon Sep 17 00:00:00 2001 From: mamoss <> Date: Tue, 8 Apr 2025 17:26:46 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=81=E0=B8=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/WorkflowController.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/controllers/WorkflowController.ts b/src/controllers/WorkflowController.ts index e907c703..6c477858 100644 --- a/src/controllers/WorkflowController.ts +++ b/src/controllers/WorkflowController.ts @@ -1271,10 +1271,10 @@ export class WorkflowController extends Controller { }); const _data: any = _posMaster.map((x) => ({ orgRootId: x.orgRootId, - orgChild1Id: x.orgChild1Id, - orgChild2Id: x.orgChild2Id, - orgChild3Id: x.orgChild3Id, - orgChild4Id: x.orgChild4Id, + // orgChild1Id: x.orgChild1Id, + // orgChild2Id: x.orgChild2Id, + // orgChild3Id: x.orgChild3Id, + // orgChild4Id: x.orgChild4Id, // isDirector: true, current_holder: Not(IsNull()), posMasterAssigns: { assignId: system.trim().toUpperCase() },