추론결과 파일 다운로드 이력 조회 수정

This commit is contained in:
2026-01-19 21:43:04 +09:00
parent 840753236b
commit 5b2e25da13

View File

@@ -200,7 +200,7 @@ public class AuditLogRepositoryImpl extends QuerydslRepositorySupport
.where(whereBuilder, createdDateBetween(req.getStartDate(), req.getEndDate()))
.offset(pageable.getOffset())
.limit(pageable.getPageSize())
// .orderBy(auditLogEntity.eventEndedAt.max().desc())
.orderBy(auditLogEntity.createdDate.desc())
.fetch();
Long countQuery =