|
@@ -28,7 +28,7 @@ public abstract class BaseSearchController extends BaseController{
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- return new PageRequest(activePage-1, CommonConstant.DEFAULT_ROWS_ON_PAGE, sort);
|
|
|
+ return new PageRequest(activePage-1, CommonConstant.SQUARE_ROWS_ON_PAGE, sort);
|
|
|
}
|
|
|
Map<String,String> getExtraCondition(SearchConditionVO searchConditionVO) {
|
|
|
Map<String,String> result = searchConditionVO.getExtraCondition();
|