User selectUserByNameAndId(String username,String id);
#{}占位符赋值
${}字符串拼接
当Mapper接口文件有多个参数传入时,mybatis会将多个参数封装成一个Map
取值的方式有两种: