@@ -31,7 +31,7 @@
and city_id = #{cityId}
</if>
<if test="title != null and title != ''">
- and title = #{title}
+ and title like CONCAT('%', #{title} , '%')
<if test="orgId != null and orgId != ''">
and org_id = #{orgId}