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]

  • 如下图
    在这里插入图片描述
    在这里插入图片描述

解决方法

  • 查看@Param注解包是不是导错了
  • 应该到下面的包
    在这里插入图片描述
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章