@@ -105,7 +105,7 @@ protected void businessProcessing() throws Exception {
105
105
// load up the contests
106
106
DataAccess da = new DataAccess (DBMS .TCS_OLTP_DATASOURCE_NAME );
107
107
Request r = new Request ();
108
- r .setContentHandle ("studio_past_contests " );
108
+ r .setContentHandle ("studio_past_contests_multi_sort " );
109
109
r .setProperty ("uid" , String .valueOf (userId ));
110
110
111
111
String col = StringUtils .checkNull (getRequest ().getParameter (DataAccessConstants .SORT_COLUMN ));
@@ -130,7 +130,7 @@ protected void businessProcessing() throws Exception {
130
130
131
131
String sortCriteria = SortingHelper .getSortingClause (sortPriority , sortDirection );
132
132
r .setProperty (SortingHelper .MULTI_SORTING_KEY , sortCriteria );
133
- r .setProperty (DataAccessConstants .SORT_QUERY , "studio_past_contests " );
133
+ r .setProperty (DataAccessConstants .SORT_QUERY , "studio_past_contests_multi_sort " );
134
134
135
135
SimpleDateFormat df1 = new SimpleDateFormat ("dd/MM/yyyy" );
136
136
SimpleDateFormat df2 = new SimpleDateFormat ("yyyy-MM-dd" );
@@ -256,7 +256,7 @@ protected void businessProcessing() throws Exception {
256
256
r .setProperty ("smax" , maxSub );
257
257
getRequest ().setAttribute ("maxSub" , maxSub );
258
258
259
- ResultSetContainer rsc = da .getData (r ).get ("studio_past_contests " );
259
+ ResultSetContainer rsc = da .getData (r ).get ("studio_past_contests_multi_sort " );
260
260
261
261
String pageSize = getRequest ().getParameter ("pageSize" );
262
262
if (pageSize == null ) {
0 commit comments