From 130e85f8a14d388a2cd99bd9b1be78f2e89c235e Mon Sep 17 00:00:00 2001 From: "gayoun.park" Date: Thu, 12 Feb 2026 14:35:17 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=8D=B8=20=EB=93=B1=EB=A1=9D?= =?UTF-8?q?=ED=95=A0=20=EB=95=8C=20step1State=EB=A5=BC=20READY=EB=A1=9C=20?= =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cd/training/postgres/core/ModelTrainMngCoreService.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/kamco/cd/training/postgres/core/ModelTrainMngCoreService.java b/src/main/java/com/kamco/cd/training/postgres/core/ModelTrainMngCoreService.java index ddfee9f..b327132 100644 --- a/src/main/java/com/kamco/cd/training/postgres/core/ModelTrainMngCoreService.java +++ b/src/main/java/com/kamco/cd/training/postgres/core/ModelTrainMngCoreService.java @@ -112,6 +112,7 @@ public class ModelTrainMngCoreService { entity.setStep1State(TrainStatusType.IN_PROGRESS.getId()); } else { entity.setStatusCd(TrainStatusType.READY.getId()); + entity.setStep1State(TrainStatusType.READY.getId()); } entity.setCreatedUid(userUtil.getId());