修改bug

上级 ccdbf9ef
流水线 #7840 已通过 于阶段
in 2 分 22 秒
...@@ -176,8 +176,6 @@ public class PilotCertificationServiceImpl implements PilotCertificationService ...@@ -176,8 +176,6 @@ public class PilotCertificationServiceImpl implements PilotCertificationService
return pilotCertificationDTO; return pilotCertificationDTO;
}) })
.collect(Collectors.toList()); .collect(Collectors.toList());
collect = collect.stream().skip((pageNo - 1) * param.getPageSize()).limit(param.getPageSize()).
collect(Collectors.toList());
Integer tokenUserId = param.getTokenUserId(); Integer tokenUserId = param.getTokenUserId();
if (tokenUserId!=null){ if (tokenUserId!=null){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论