提交 dedb85d5 作者: zhenjie

活动列表模糊搜索修改

上级 46a82a88
...@@ -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 ac.activity_name like CONCAT("%",#{activityName},"%") and activity_name like CONCAT("%",#{activityName},"%")
</if> </if>
<if test="activityType != null"> <if test="activityType != null">
and activity_type = #{activityType} and activity_type = #{activityType}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论