저장 오류 수정
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user