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