|
@@ -405,10 +405,10 @@
|
|
|
and c.site_id=#{siteId}
|
|
|
and c.status=1
|
|
|
<if test="title != null and title != ''">
|
|
|
- and c.title like CONCAT('%', #{title}, '%')
|
|
|
+ and c.title = #{title}
|
|
|
</if>
|
|
|
<if test="telephone != null and telephone != ''">
|
|
|
- and c.keywords like CONCAT('%', #{telephone}, '%')
|
|
|
+ and c.keywords = #{telephone}
|
|
|
</if>
|
|
|
order by c.content_id desc
|
|
|
</select>
|