추론관리 요약 수정
This commit is contained in:
@@ -92,6 +92,7 @@ public class InferenceResultDto {
|
|||||||
@Getter
|
@Getter
|
||||||
public static class AnalResSummary {
|
public static class AnalResSummary {
|
||||||
private Long id;
|
private Long id;
|
||||||
|
private String analTitle;
|
||||||
private String modelInfo;
|
private String modelInfo;
|
||||||
private Integer targetYyyy;
|
private Integer targetYyyy;
|
||||||
private Integer compareYyyy;
|
private Integer compareYyyy;
|
||||||
@@ -108,6 +109,7 @@ public class InferenceResultDto {
|
|||||||
|
|
||||||
public AnalResSummary(
|
public AnalResSummary(
|
||||||
Long id,
|
Long id,
|
||||||
|
String analTitle,
|
||||||
String modelInfo,
|
String modelInfo,
|
||||||
Integer targetYyyy,
|
Integer targetYyyy,
|
||||||
Integer compareYyyy,
|
Integer compareYyyy,
|
||||||
@@ -122,6 +124,7 @@ public class InferenceResultDto {
|
|||||||
String analState,
|
String analState,
|
||||||
String analStateNm) {
|
String analStateNm) {
|
||||||
this.id = id;
|
this.id = id;
|
||||||
|
this.analTitle = analTitle;
|
||||||
this.modelInfo = modelInfo;
|
this.modelInfo = modelInfo;
|
||||||
this.targetYyyy = targetYyyy;
|
this.targetYyyy = targetYyyy;
|
||||||
this.compareYyyy = compareYyyy;
|
this.compareYyyy = compareYyyy;
|
||||||
|
|||||||
@@ -106,6 +106,7 @@ public class InferenceResultRepositoryImpl implements InferenceResultRepositoryC
|
|||||||
Projections.constructor(
|
Projections.constructor(
|
||||||
InferenceResultDto.AnalResSummary.class,
|
InferenceResultDto.AnalResSummary.class,
|
||||||
mapSheetAnal.id,
|
mapSheetAnal.id,
|
||||||
|
mapSheetAnal.analTitle,
|
||||||
tmm.modelNm.concat(" ").concat(tmv.modelVer).as("modelInfo"),
|
tmm.modelNm.concat(" ").concat(tmv.modelVer).as("modelInfo"),
|
||||||
mapSheetAnal.targetYyyy,
|
mapSheetAnal.targetYyyy,
|
||||||
mapSheetAnal.compareYyyy,
|
mapSheetAnal.compareYyyy,
|
||||||
|
|||||||
Reference in New Issue
Block a user