|
|
@@ -444,7 +444,7 @@ public class BaseInfoServiceImpl implements BaseInfoService {
|
|
|
// 排序条件
|
|
|
List<Sort> sortList = new ArrayList<>();
|
|
|
sortList.add(new Sort("id", true, Type.LONG, new Long(1)));
|
|
|
- // sortList.add(new Sort("status", false, Type.LONG, new Long(1)));
|
|
|
+ sortList.add(new Sort("status", false, Type.LONG, new Long(1)));
|
|
|
pageParams.getFilters().put(SearchConstants.SORT_KEY, sortList);
|
|
|
SPage<com.uas.account.entity.UserSpaceDetail> details = searchService.searchUserSpaceDetailCheckIds(keyword,
|
|
|
pageParams);
|