feature/screen-management #337

Merged
kjs merged 3 commits from feature/screen-management into main 2026-01-07 13:31:15 +09:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 856db80a36 - Show all commits

View File

@ -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(