提交 54f360ef 作者: 刘明祎-运维用途

Merge branch 'develop' of http://git.mmcuav.cn/iuav/cms into develop

...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
select count(*) from activity select count(*) from activity
where is_deleted = 0 where is_deleted = 0
<if test="activityName != null"> <if test="activityName != null">
and activity_name = #{activityName} and ac.activity_name like CONCAT("%",#{activityName},"%")
</if> </if>
<if test="activityType != null"> <if test="activityType != null">
and activity_type = #{activityType} and activity_type = #{activityType}
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
from activity ac from activity ac
where ac.is_deleted = 0 where ac.is_deleted = 0
<if test="activityName != null"> <if test="activityName != null">
and ac.activity_name = #{activityName} and ac.activity_name like CONCAT("%",#{activityName},"%")
</if> </if>
<if test="activityType != null"> <if test="activityType != null">
and ac.activity_type = #{activityType} and ac.activity_type = #{activityType}
......
...@@ -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: 10bf1d0b58cd391b87619540a4bd2160ea17eea1 newTag: 1c8661a16fcb38a81379f0e1a7c586a7db0dd376
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论