solar -> solarCnt 변경

This commit is contained in:
2026-04-02 18:56:52 +09:00
parent f6cd553af8
commit d1593e57c3

View File

@@ -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());