Showing
1 changed file
with
1 additions
and
1 deletions
@@ -315,7 +315,7 @@ public class TblLogicService { | @@ -315,7 +315,7 @@ public class TblLogicService { | ||
315 | String sortThree = sortMap.get(tblProduct.getSortThree()) == null ? "" : sortMap.get(tblProduct.getSortThree()); | 315 | String sortThree = sortMap.get(tblProduct.getSortThree()) == null ? "" : sortMap.get(tblProduct.getSortThree()); |
316 | String sortfour = sortMap.get(tblProduct.getSortFour()) == null ? "" : sortMap.get(tblProduct.getSortFour()); | 316 | String sortfour = sortMap.get(tblProduct.getSortFour()) == null ? "" : sortMap.get(tblProduct.getSortFour()); |
317 | productIndexBO.setMaxSortId(new Integer(0)); | 317 | productIndexBO.setMaxSortId(new Integer(0)); |
318 | - productIndexBO.setMaxSortName(sortOne + sortTwo); | 318 | + productIndexBO.setMaxSortName(sortOne +","+ sortTwo); |
319 | productIndexBO.setMiddleSortId(new Integer(0)); | 319 | productIndexBO.setMiddleSortId(new Integer(0)); |
320 | productIndexBO.setMiddleSortName(sortThree); | 320 | productIndexBO.setMiddleSortName(sortThree); |
321 | productIndexBO.setSmallSortId(new Integer(0)); | 321 | productIndexBO.setSmallSortId(new Integer(0)); |
-
Please register or login to post a comment