fix(store-service): menu 조회 버그 수정
- count 조회시 잘못된 코드 수정
This commit is contained in:
@@ -54,8 +54,6 @@ public class ItemRepositoryCustom {
|
|||||||
QItem.item.name.contains(word)
|
QItem.item.name.contains(word)
|
||||||
.or(QItem.item.category.name.contains(word))
|
.or(QItem.item.category.name.contains(word))
|
||||||
)
|
)
|
||||||
.limit(pageable.getPageSize())
|
|
||||||
.offset(pageable.getOffset())
|
|
||||||
.fetchOne();
|
.fetchOne();
|
||||||
|
|
||||||
//List 가져오기
|
//List 가져오기
|
||||||
|
|||||||
Reference in New Issue
Block a user