Commit 9c784d18 authored by zhangfeng's avatar zhangfeng

客户端积分日志排序

parent aa27c766
......@@ -116,7 +116,8 @@ public class MemberUserScoreLogServiceImpl extends AbstractService<MemberUserSco
setScoreRuleLogDetail(userScoreLogDO, appMemberUserScoreLogRespVOS);
}
}
// 根据创建时间倒序
appMemberUserScoreLogRespVOS.sort(Comparator.comparing(AppMemberUserScoreLogRespVO::getCreateTime).reversed());
return appMemberUserScoreLogRespVOS;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment