Merge pull request 'feat/infer_dev_260107' (#345) from feat/infer_dev_260107 into develop

Reviewed-on: https://kamco.gitea.gs.dabeeo.com/dabeeo/kamco-dabeeo-backoffice/pulls/345
This commit is contained in:
2026-01-26 14:19:06 +09:00

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"),