|  | @@ -153,7 +153,7 @@ public class UserScoreDetailServiceImpl extends ServiceImpl<UserScoreDetailMappe
 | 
	
		
			
				|  |  |          IPage<PointsRecord> pointsRecordIPage = pointsRecordMapper.selectPage(page, new LambdaQueryWrapper<PointsRecord>()
 | 
	
		
			
				|  |  |                  .eq(PointsRecord::getUserId, userId)
 | 
	
		
			
				|  |  |                  .eq(PointsRecord::getChannelId, platform)
 | 
	
		
			
				|  |  | -                .orderByAsc(PointsRecord::getCreationDate)
 | 
	
		
			
				|  |  | +                .orderByDesc(PointsRecord::getCreationDate)
 | 
	
		
			
				|  |  |          );
 | 
	
		
			
				|  |  |          SimpleDateFormat sdf = new SimpleDateFormat("MM月dd日 HH:mm");
 | 
	
		
			
				|  |  |          List<PointsRecord> collect = pointsRecordIPage.getRecords().stream().flatMap((pointsRecord) -> {
 |