mirror of
https://github.com/luoye663/e5.git
synced 2024-12-26 03:38:53 +00:00
日志降序
This commit is contained in:
parent
ed6b4ab622
commit
f61139af38
@ -58,7 +58,7 @@ public class OutlookLogController {
|
||||
int github_id = authentication.getGithub_id();
|
||||
|
||||
QueryWrapper<OutlookLog> queryWrapper = new QueryWrapper<>();
|
||||
queryWrapper.eq("github_id", github_id);
|
||||
queryWrapper.eq("github_id", github_id).orderByDesc("call_time");
|
||||
List<OutlookLog> list = outlookLogService.list(queryWrapper);
|
||||
Iterator<OutlookLog> iterator = list.iterator();
|
||||
List<LogVo> logVo = new LinkedList<>();
|
||||
|
Loading…
Reference in New Issue
Block a user