플로우 각 단계별 컬럼 설정기능

This commit is contained in:
kjs
2025-10-27 09:49:13 +09:00
parent 0a776ff358
commit a9d85b780b
10 changed files with 707 additions and 12 deletions

View File

@@ -312,6 +312,7 @@ export class FlowController {
fieldMappings,
integrationType,
integrationConfig,
displayConfig,
} = req.body;
const step = await this.flowStepService.update(id, {
@@ -329,6 +330,7 @@ export class FlowController {
fieldMappings,
integrationType,
integrationConfig,
displayConfig,
});
if (!step) {