Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
cms
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
iuav
cms
Commits
902fd11f
提交
902fd11f
authored
1月 06, 2024
作者:
恶龙咆哮
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' into develop
上级
80cabc73
c0de8847
流水线
#7883
已通过 于阶段
in 2 分 23 秒
变更
2
流水线
1
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
7 行增加
和
2 行删除
+7
-2
PilotCertificationServiceImpl.java
...ervice/dronepilot/impl/PilotCertificationServiceImpl.java
+6
-1
kustomization.yaml
kustomization/overlays/prod/kustomization.yaml
+1
-1
没有找到文件。
csm-service/cms-service-user/src/main/java/com/mmc/iuav/user/service/dronepilot/impl/PilotCertificationServiceImpl.java
浏览文件 @
902fd11f
...
@@ -259,6 +259,11 @@ public class PilotCertificationServiceImpl implements PilotCertificationService
...
@@ -259,6 +259,11 @@ public class PilotCertificationServiceImpl implements PilotCertificationService
public
PageResult
backListPilot
(
PilotCertificationQO
param
,
LoginSuccessDTO
userLoginInfoFromRedis
)
{
public
PageResult
backListPilot
(
PilotCertificationQO
param
,
LoginSuccessDTO
userLoginInfoFromRedis
)
{
Integer
pageNo
=
param
.
getPageNo
();
Integer
pageNo
=
param
.
getPageNo
();
param
.
buildCurrentPage
();
param
.
buildCurrentPage
();
int
pilotListSize
=
certificationDao
.
pilotListCount
(
param
);
if
(
pilotListSize
<
1
)
{
return
PageResult
.
buildPage
(
param
.
getPageNo
(),
param
.
getPageSize
(),
pilotListSize
,
null
);
}
List
<
PilotCertificationDO
>
pilotList
=
certificationDao
.
pilotList
(
param
);
List
<
PilotCertificationDO
>
pilotList
=
certificationDao
.
pilotList
(
param
);
extracted
(
pilotList
);
extracted
(
pilotList
);
if
(
param
.
getAbilityId
()
!=
null
)
{
if
(
param
.
getAbilityId
()
!=
null
)
{
...
@@ -299,7 +304,7 @@ public class PilotCertificationServiceImpl implements PilotCertificationService
...
@@ -299,7 +304,7 @@ public class PilotCertificationServiceImpl implements PilotCertificationService
collects
=
collects
.
stream
().
filter
(
collect
->
backUserId
.
equals
(
collect
.
getBackUserId
())).
skip
((
pageNo
-
1
)
*
param
.
getPageSize
()).
limit
(
param
.
getPageSize
()).
collects
=
collects
.
stream
().
filter
(
collect
->
backUserId
.
equals
(
collect
.
getBackUserId
())).
skip
((
pageNo
-
1
)
*
param
.
getPageSize
()).
limit
(
param
.
getPageSize
()).
collect
(
Collectors
.
toList
());
collect
(
Collectors
.
toList
());
}
}
PageResult
pageResult
=
PageResult
.
buildPage
(
pageNo
,
param
.
getPageSize
(),
pilotList
.
size
()
,
collects
);
PageResult
pageResult
=
PageResult
.
buildPage
(
pageNo
,
param
.
getPageSize
(),
pilotList
Size
,
collects
);
return
pageResult
;
return
pageResult
;
}
}
...
...
kustomization/overlays/prod/kustomization.yaml
浏览文件 @
902fd11f
...
@@ -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/cms
newName
:
mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/cms
newTag
:
d9ef8465f207305be3acdad8c9bd0e96141bc7ad
newTag
:
08e24afd021abf8b635dc6c6edb9c5170b4bd145
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论