feature/screen-management #337
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue