|
@@ -545,6 +545,10 @@ public class RoleManageServiceImpl implements IRoleManageService {
|
|
|
dao.execute(countSql);
|
|
|
pager.setRecordCount(countSql.getInt());
|
|
|
//排序条件
|
|
|
+ if ("min_server_start_days".equals(dto.getSortFiled())) {
|
|
|
+ //原始区服没有 最小区服排序条件
|
|
|
+ dto.setSortFiled(null);
|
|
|
+ }
|
|
|
if (StringUtils.isBlank(dto.getSortType())) {
|
|
|
dto.setSortType(OrderByEnum.DESC.getOrderType());
|
|
|
}
|