csv 읽는 경로 수정하기, 변수명 수정

This commit is contained in:
2026-02-12 16:58:28 +09:00
parent 6c70bfed18
commit 9958b0999a
6 changed files with 18 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ public class ModelTrainMngDto {
}
}
public String getStep2StatusNAme() {
public String getStep2StatusName() {
if (this.step2Status == null || this.step2Status.isBlank()) return null;
try {
return TrainStatusType.valueOf(this.step2Status).getText(); // 또는 getName()