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

Commit 407d0f07 authored by 张禹's avatar 张禹

Merge branch 'pre' into 'master'

修改 sql

See merge request !293
parents 242ed68a 50bc639b
......@@ -75,7 +75,7 @@
) AS t ON p.performances_id = t.performance_id
<where>
<if test="title!='' and title != null">
AND (title LIKE concat('%', #{title}, '%') OR title like '%M_DSK%')
AND (title LIKE concat('%', #{title}, '%'))
</if>
</where>
ORDER BY p.created_at 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