org.apache.ibatis.binding.BindingException: Parameter ‘ew’ not found. Available parameters are

mybatis-plus自定义sql语句报Parameter ‘ew’ not found

org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘ew’ not found. Available parameters are [queryWrapper, pageParam, param1, param2]

  • 如下图
    org.apache.ibatis.binding.BindingException: Parameter ‘ew’ not found. Available parameters are
    org.apache.ibatis.binding.BindingException: Parameter ‘ew’ not found. Available parameters are

解决方法

  • 查看@Param注解包是不是导错了
  • 应该到下面的包
    org.apache.ibatis.binding.BindingException: Parameter ‘ew’ not found. Available parameters are