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