Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
I
ims
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
iuav
ims
Commits
8c8032ed
提交
8c8032ed
authored
12月 12, 2023
作者:
刘明祎-运维用途
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'develop' of
ssh://git.mmcuav.cn:8222/iuav/ims
into develop
上级
77c7101c
66b9327d
流水线
#7502
已通过 于阶段
in 2 分 54 秒
变更
3
流水线
1
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
3 行增加
和
3 行删除
+3
-3
kustomization.yaml
kustomization/overlays/dev/kustomization.yaml
+1
-1
FlyerTrainingServiceImpl.java
...mc/csf/release/service/impl/FlyerTrainingServiceImpl.java
+1
-1
FlyerTrainingDao.xml
...vice/src/main/resources/mapper/flyer/FlyerTrainingDao.xml
+1
-1
没有找到文件。
kustomization/overlays/dev/kustomization.yaml
浏览文件 @
8c8032ed
...
@@ -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/ims
newName
:
mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/ims
newTag
:
1cf6133619607e51a0e4766694eafe6b369a2dab
newTag
:
f99682482437ce8160be9aabbc451816b58a860f
release-service/src/main/java/com/mmc/csf/release/service/impl/FlyerTrainingServiceImpl.java
浏览文件 @
8c8032ed
...
@@ -138,7 +138,7 @@ public class FlyerTrainingServiceImpl implements FlyerTrainingService {
...
@@ -138,7 +138,7 @@ public class FlyerTrainingServiceImpl implements FlyerTrainingService {
@Override
@Override
public
ResultBody
curriculumDetails
(
Integer
id
)
{
public
ResultBody
curriculumDetails
(
Integer
id
)
{
CurriculumInfoDO
curriculumInfoDO
=
flyerTrainingDao
.
curriculumDetails
(
id
);
CurriculumInfoDO
curriculumInfoDO
=
flyerTrainingDao
.
selectCurriculumInfoById
(
id
);
if
(
curriculumInfoDO
==
null
)
{
if
(
curriculumInfoDO
==
null
)
{
return
ResultBody
.
error
(
"课程不存在或已下架!"
);
return
ResultBody
.
error
(
"课程不存在或已下架!"
);
}
else
{
}
else
{
...
...
release-service/src/main/resources/mapper/flyer/FlyerTrainingDao.xml
浏览文件 @
8c8032ed
...
@@ -288,7 +288,7 @@
...
@@ -288,7 +288,7 @@
where is_deleted = 0
where is_deleted = 0
</select>
</select>
<select
id=
"selectCurriculumInfoById"
resultType=
"com.mmc.csf.release.entity.curriculum.CurriculumInfoDO"
>
<select
id=
"selectCurriculumInfoById"
resultType=
"com.mmc.csf.release.entity.curriculum.CurriculumInfoDO"
>
select * from curriculum_info where id = #{id}
select * from curriculum_info where id = #{id}
and is_deleted = 0
</select>
</select>
<select
id=
"selectCurriculumClassifyById"
<select
id=
"selectCurriculumClassifyById"
resultType=
"com.mmc.csf.release.entity.curriculum.CurriculumClassifyDO"
>
resultType=
"com.mmc.csf.release.entity.curriculum.CurriculumClassifyDO"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论