저장 오류 수정

This commit is contained in:
kjs 2025-10-20 18:23:15 +09:00
parent 876e3bfa05
commit 6fc50cd315
1 changed files with 14 additions and 0 deletions

View File

@ -294,6 +294,13 @@ export class FlowController {
color,
positionX,
positionY,
moveType,
statusColumn,
statusValue,
targetTable,
fieldMappings,
integrationType,
integrationConfig,
} = req.body;
const step = await this.flowStepService.update(id, {
@ -304,6 +311,13 @@ export class FlowController {
color,
positionX,
positionY,
moveType,
statusColumn,
statusValue,
targetTable,
fieldMappings,
integrationType,
integrationConfig,
});
if (!step) {