浏览代码

取消用户列表倒叙功能

Simon 1 年之前
父节点
当前提交
807c4384ca

+ 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;