修改搜索中心默认排序

This commit is contained in:
高嵩
2023-06-14 17:11:38 +08:00
parent fe449a9601
commit e0d547aa6f
@@ -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);