From 856db80a3664cf35824cf4e68bec1cbab4422380 Mon Sep 17 00:00:00 2001 From: kjs Date: Wed, 7 Jan 2026 13:30:57 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=8C=EB=93=9C=20=EC=97=90=EB=9F=AC?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend-node/src/services/nodeFlowExecutionService.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend-node/src/services/nodeFlowExecutionService.ts b/backend-node/src/services/nodeFlowExecutionService.ts index 616b4564..24bbb88f 100644 --- a/backend-node/src/services/nodeFlowExecutionService.ts +++ b/backend-node/src/services/nodeFlowExecutionService.ts @@ -2724,7 +2724,7 @@ export class NodeFlowExecutionService { condition.operator, condition.lookupTable, condition.lookupField, - context.companyCode + context.buttonContext?.companyCode ); results.push(existsResult); logger.info( @@ -2790,7 +2790,7 @@ export class NodeFlowExecutionService { condition.operator, condition.lookupTable, condition.lookupField, - context.companyCode + context.buttonContext?.companyCode ); results.push(existsResult); logger.info( -- 2.43.0