|
@@ -330,7 +330,7 @@ public class ThemeController extends BaseSearchController {
|
|
Long userId = (Long) SecurityUtils.getSubject().getSession().getAttribute("userId");
|
|
Long userId = (Long) SecurityUtils.getSubject().getSession().getAttribute("userId");
|
|
Gson gson = new Gson();
|
|
Gson gson = new Gson();
|
|
SearchConditionVO searchConditionVO = gson.fromJson(searchCondition, SearchConditionVO.class);
|
|
SearchConditionVO searchConditionVO = gson.fromJson(searchCondition, SearchConditionVO.class);
|
|
- Pageable pageable = this.getPageable(searchConditionVO);
|
|
|
|
|
|
+ Pageable pageable = super.getPageable(searchConditionVO);
|
|
|
|
|
|
String keyword = searchConditionVO.getKeyword();
|
|
String keyword = searchConditionVO.getKeyword();
|
|
Map<String, String> extraCondition;
|
|
Map<String, String> extraCondition;
|