추론관리 요약 수정

This commit is contained in:
2025-11-26 18:28:56 +09:00
parent 704173840f
commit 176c6e77dd
2 changed files with 4 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ public class InferenceResultDto {
@Getter
public static class AnalResSummary {
private Long id;
private String analTitle;
private String modelInfo;
private Integer targetYyyy;
private Integer compareYyyy;
@@ -108,6 +109,7 @@ public class InferenceResultDto {
public AnalResSummary(
Long id,
String analTitle,
String modelInfo,
Integer targetYyyy,
Integer compareYyyy,
@@ -122,6 +124,7 @@ public class InferenceResultDto {
String analState,
String analStateNm) {
this.id = id;
this.analTitle = analTitle;
this.modelInfo = modelInfo;
this.targetYyyy = targetYyyy;
this.compareYyyy = compareYyyy;

View File

@@ -106,6 +106,7 @@ public class InferenceResultRepositoryImpl implements InferenceResultRepositoryC
Projections.constructor(
InferenceResultDto.AnalResSummary.class,
mapSheetAnal.id,
mapSheetAnal.analTitle,
tmm.modelNm.concat(" ").concat(tmv.modelVer).as("modelInfo"),
mapSheetAnal.targetYyyy,
mapSheetAnal.compareYyyy,