Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
I
ims-ci-test
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
test-ci
ims-ci-test
Commits
e9850784
提交
e9850784
authored
10月 23, 2023
作者:
xiaowang
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'develop'
上级
ec6ce4c8
22296132
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
5 行增加
和
12 行删除
+5
-12
kustomization.yaml
kustomization/overlays/dev/kustomization.yaml
+1
-1
LicenceBackgroundDao.xml
...rc/main/resources/mapper/licence/LicenceBackgroundDao.xml
+4
-11
没有找到文件。
kustomization/overlays/dev/kustomization.yaml
浏览文件 @
e9850784
...
...
@@ -18,4 +18,4 @@ patches:
images
:
-
name
:
REGISTRY/NAMESPACE/IMAGE:TAG
newName
:
mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/ims
newTag
:
15944a2bdd1db10ac3313d10575119f6d3a75a8
a
newTag
:
da27c9d2ba624fd8400d37a7ae0b4d7a735ce3a
a
release-service/src/main/resources/mapper/licence/LicenceBackgroundDao.xml
浏览文件 @
e9850784
...
...
@@ -27,7 +27,6 @@
</insert>
<select
id=
"countId"
resultType=
"java.lang.Integer"
>
select count(*)
from license_organizations
...
...
@@ -94,17 +93,11 @@
</update>
<insert
id=
"insertProject"
useGeneratedKeys=
"true"
keyProperty=
"id"
parameterType=
"com.mmc.csf.release.entity.licence.LicenseOrganizationsDO"
>
insert into license_training_programs(grade_id, models_id, type_id, price, place, main_image, create_time,
update_time,org_id)
values (#{gradeId}, #{modelsId}, #{typeId}, #{price}, #{place}, #{mainImage}, NOW(), NOW(),#{orgId})
update_time,
org_id)
values (#{gradeId}, #{modelsId}, #{typeId}, #{price}, #{place}, #{mainImage}, NOW(), NOW(),
#{orgId})
</insert>
<update
id=
"updateProject"
parameterType=
"com.mmc.csf.release.entity.licence.LicenseTrainingProgramsDO"
>
...
...
@@ -160,7 +153,7 @@
LEFT JOIN licence_scale ls ON lo.scale_id = ls.id
where 1=1
<if
test=
" name != null and name != '' "
>
and lo.`name`
=#{name}
and lo.`name`
like CONCAT('%',#{name},'%')
</if>
<if
test=
" startTime != null and startTime != '' and endTime != null and endTime != '' "
>
and DATE_FORMAT(create_time,'%Y-%m-%d') BETWEEN #{startTime} and #{endTime}
...
...
@@ -197,7 +190,7 @@
LEFT JOIN licence_scale ls ON lo.scale_id = ls.id
where 1=1
<if
test=
" name != null and name != '' "
>
and lo.`name`
=#{name}
and lo.`name`
like CONCAT('%',#{name},'%')
</if>
<if
test=
" startTime != null and startTime != '' and endTime != null and endTime != '' "
>
and DATE_FORMAT(create_time,'%Y-%m-%d') BETWEEN #{startTime} and #{endTime}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论