@@ -2246,7 +2246,7 @@
</otherwise>
</choose>
<if test="pageable != null and pageable.endRow != null and pageable.endRow > 0">
- LIMIT #{pageable.startRow} , 30
+ LIMIT #{pageable.limitStartRow} , #{pageable.pageSize}
</if>
)
SELECT G.BRAND_GROUP_NM