多个参数时需要使用@Param import org.apache.ibatis.annotations.Param; 在使用注解的地方引入(必须) UserInfoMapper.java映射文件的写法 List< entity > functionName (@Param("userId")String userId,@Param("username")String username);