페이징 버그 수정
This commit is contained in:
+2
@@ -62,6 +62,8 @@ public class InboundErrorInfoService extends AbstractDataService<InboundErrorInf
|
|||||||
List<InboundErrorInfo> list = query
|
List<InboundErrorInfo> list = query
|
||||||
.select(qInboundErrorInfo)
|
.select(qInboundErrorInfo)
|
||||||
.orderBy(qInboundErrorInfo.erroccurhms.desc())
|
.orderBy(qInboundErrorInfo.erroccurhms.desc())
|
||||||
|
.offset(pageable.getOffset())
|
||||||
|
.limit(pageable.getPageSize())
|
||||||
.fetch();
|
.fetch();
|
||||||
|
|
||||||
return new PageImpl<>(list, pageable, totalCount);
|
return new PageImpl<>(list, pageable, totalCount);
|
||||||
|
|||||||
Reference in New Issue
Block a user