From d1593e57c338343a526f9b57125c45fc81b796c0 Mon Sep 17 00:00:00 2001 From: teddy Date: Thu, 2 Apr 2026 18:56:52 +0900 Subject: [PATCH] =?UTF-8?q?solar=20->=20solarCnt=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cd/training/postgres/core/ModelTrainMngCoreService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 66fc838..066d7ac 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 @@ -155,7 +155,7 @@ public class ModelTrainMngCoreService { } else if (addReq.getModelNo().equals(ModelType.G3.getId())) { datasetEntity.setLandCoverCnt(dataset.getSummary().getLandCoverCnt()); } else if (addReq.getModelNo().equals(ModelType.G4.getId())) { - datasetEntity.setSolarCnt(dataset.getSummary().getSolar()); + datasetEntity.setSolarCnt(dataset.getSummary().getSolarCnt()); } datasetEntity.setCreatedUid(userUtil.getId());