提交 815c37e0 作者: 刘明祎-运维用途

Merge branch 'develop'

流水线 #7841 已通过 于阶段
in 2 分 20 秒
...@@ -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){
......
...@@ -18,4 +18,4 @@ patches: ...@@ -18,4 +18,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/cms newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/cms
newTag: 24edb7c045d2ee633485370558b3e9b128213e52 newTag: f3e51d8abf96c89dc77a0806accb7a1745d9ac8b
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论