select * from user where name LIKE CONCAT(#{user_name}, '%') select * from user where name like '%万里哥%'