소스 검색

取消用户列表倒叙功能

Simon 1 년 전
부모
커밋
807c4384ca
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TUserProfileServiceImpl.java

+ 0 - 3
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TUserProfileServiceImpl.java

@@ -73,9 +73,6 @@ public class TUserProfileServiceImpl implements ITUserProfileService {
                         mapper.setTEmergentPeopleList(tEmergentPeopleMapper.selectTEmergentPeopleByProfileId(mapper.getId()));
                         return mapper;
                     }
-            ).sorted(
-                    Comparator.comparing(TUserProfile::getCreateTime)
-                            .reversed()
             ).collect(Collectors.toList());
         }
         return userProfiles;