변화결과지도 년도선택 리스트 조회 수정
This commit is contained in:
@@ -189,8 +189,8 @@ public class ChangeDetectionRepositoryImpl extends QuerydslRepositorySupport
|
|||||||
.select(
|
.select(
|
||||||
Projections.constructor(
|
Projections.constructor(
|
||||||
ChangeDetectionDto.AnalYearList.class,
|
ChangeDetectionDto.AnalYearList.class,
|
||||||
l.uuid,
|
a.uuid,
|
||||||
l.id,
|
a.id,
|
||||||
l.title,
|
l.title,
|
||||||
l.compareYyyy.as("beforeYear"),
|
l.compareYyyy.as("beforeYear"),
|
||||||
l.targetYyyy.as("afterYear"),
|
l.targetYyyy.as("afterYear"),
|
||||||
|
|||||||
Reference in New Issue
Block a user