|
@@ -44,7 +44,7 @@ public class TechnicalArticlesController extends BaseSearchController{
|
|
|
Pageable getPageable(SearchConditionVO searchConditionVO){
|
|
|
int activePage = searchConditionVO.getActivePage() == 0?1:searchConditionVO.getActivePage();
|
|
|
Sort sort = new Sort(Sort.Direction.DESC,"publicTime");
|
|
|
- return new PageRequest(activePage-1, CommonConstant.DEFAULT_ROWS_ON_PAGE, sort);
|
|
|
+ return new PageRequest(activePage-1, CommonConstant.TECHNOLOGY_ROWS_ON_PAGE, sort);
|
|
|
}
|
|
|
|
|
|
Pageable getRanking(){
|