변화지도 년도 목록 id desc 로 수정
This commit is contained in:
@@ -213,7 +213,7 @@ public class ChangeDetectionRepositoryImpl extends QuerydslRepositorySupport
|
|||||||
.eq(Status.END.getId())
|
.eq(Status.END.getId())
|
||||||
.and(JPAExpressions.selectOne().from(d).where(d.analUid.eq(a.id)).exists()),
|
.and(JPAExpressions.selectOne().from(d).where(d.analUid.eq(a.id)).exists()),
|
||||||
l.isDeleted.eq(false).or(l.isDeleted.isNull()))
|
l.isDeleted.eq(false).or(l.isDeleted.isNull()))
|
||||||
.orderBy(l.id.asc())
|
.orderBy(l.id.desc())
|
||||||
.fetch();
|
.fetch();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user