@@ -249,6 +249,9 @@
#{item}
</foreach>
</if>
+ <if test="fb_customer_name != null and fb_customer_name !=''">
+ and fb_customer_name like "%"#{fb_customer_name,jdbcType=VARCHAR}"%"
+ </if>
order by id desc
</select>