변화결과지도 년도선택 리스트 조회 수정

This commit is contained in:
2026-01-26 14:17:28 +09:00
parent 8498b513be
commit 75f3bf273d

View File

@@ -189,8 +189,8 @@ public class ChangeDetectionRepositoryImpl extends QuerydslRepositorySupport
.select(
Projections.constructor(
ChangeDetectionDto.AnalYearList.class,
l.uuid,
l.id,
a.uuid,
a.id,
l.title,
l.compareYyyy.as("beforeYear"),
l.targetYyyy.as("afterYear"),