chpark-sync #425

Merged
kjs merged 293 commits from chpark-sync into main 2026-03-23 09:36:36 +09:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 45d5e78bce - Show all commits

View File

@ -2737,7 +2737,7 @@ export class NodeFlowExecutionService {
condition.operator,
condition.lookupTable,
condition.lookupField,
context.companyCode
context.buttonContext?.companyCode
);
results.push(existsResult);
logger.info(
@ -2803,7 +2803,7 @@ export class NodeFlowExecutionService {
condition.operator,
condition.lookupTable,
condition.lookupField,
context.companyCode
context.buttonContext?.companyCode
);
results.push(existsResult);
logger.info(