SELECT * FROM cere_buyer_user where project=0 and concat(buyer_user_id,ifnull(wechat_open_id, ''),ifnull(name, ''),ifnull(phone, '')) like concat('%',#{searchContent},'%')
SELECT * FROM cere_buyer_user where project=#{project} and concat(buyer_user_id,ifnull(wechat_open_id, ''),ifnull(name, ''),ifnull(phone, '')) like concat('%',#{searchContent},'%')