From d9da0d4610bdb8761ed3c26e2207d1fa3d03b466 Mon Sep 17 00:00:00 2001 From: "gayoun.park" Date: Wed, 18 Feb 2026 13:05:59 +0900 Subject: [PATCH] =?UTF-8?q?1=EB=8B=A8=EA=B3=84=20=EC=8B=A4=ED=96=89=20?= =?UTF-8?q?=EC=8B=9C,=20=EC=8B=9C=EC=9E=91=EC=8B=9C=EA=B0=84=20update=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= 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 8861649..f9395a7 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 @@ -417,6 +417,7 @@ public class ModelTrainMngCoreService { .orElseThrow(() -> new IllegalArgumentException("Model not found: " + modelId)); entity.setStatusCd(TrainStatusType.IN_PROGRESS.getId()); + entity.setStrtDttm(ZonedDateTime.now()); entity.setStep1StrtDttm(ZonedDateTime.now()); entity.setStep1State(TrainStatusType.IN_PROGRESS.getId()); entity.setCurrentAttemptId(jobId); -- 2.49.1