修改搜索中心默认排序
This commit is contained in:
+1
-1
@@ -221,7 +221,7 @@ public class DocumentSearchServiceImpl implements IDocumentSearchService {
|
||||
mapSortTemp.put(orderByField,mapSort);
|
||||
}
|
||||
}else{
|
||||
mapSortTemp.put("issue_time","desc");
|
||||
mapSortTemp.put("create_time","desc");
|
||||
}
|
||||
sort.putAll(mapSortTemp);
|
||||
jsonArrySort.add(sort);
|
||||
|
||||
Reference in New Issue
Block a user