记得上下班打卡 | git大法好,push需谨慎

Commit 5a1d38ee authored by jiangxiulong's avatar jiangxiulong

a.

parent 3b9b82e6
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
FROM sweet_integral_activity FROM sweet_integral_activity
<where> <where>
<if test="activityTitle != null and activityTitle != ''"> <if test="activityTitle != null and activityTitle != ''">
and a.activity_title like concat('%', #{activityTitle}, '%') and activity_title like concat('%', #{activityTitle}, '%')
</if> </if>
</where> </where>
ORDER BY mid DESC ORDER BY mid DESC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment