Why can’t I paginate in spring boot
I wrote a function to filter product. Some attributes are in product (categoryId, minPrice, maxPrice, soldCount, priceSort), others are in productDetail (sizeId, colorId, materialId). Here’s my function:
I wrote a function to filter product. Some attributes are in product (categoryId, minPrice, maxPrice, soldCount, priceSort), others are in productDetail (sizeId, colorId, materialId). Here’s my function: