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