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

Commit 7fa8cbc2 authored by 胡佳晨's avatar 胡佳晨

修改 tfc

parent 07cef3cf
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
) AS t ON p.performances_id = t.performance_id ) AS t ON p.performances_id = t.performance_id
<where> <where>
<if test="title!='' and title != null"> <if test="title!='' and title != null">
AND (title LIKE concat('%', #{title}, '%') OR title like '%M_DSK%') AND (title LIKE concat('%', #{title}, '%'))
</if> </if>
</where> </where>
ORDER BY p.created_at desc 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