Authored by 胡古飞

fix SearchSort

@@ -25,7 +25,7 @@ public class SearchSort { @@ -25,7 +25,7 @@ public class SearchSort {
25 if (sortOrder == null) { 25 if (sortOrder == null) {
26 return false; 26 return false;
27 } 27 }
28 - return SortOrder.ASC.equals(sortOrder); 28 + return SortOrder.ASC == sortOrder;
29 } 29 }
30 30
31 } 31 }