org.apache.ibatis.binding.BindingException: Parameter ‘ew’ not found. Available parameters are
分类:
文章
•
2025-01-19 19:41:35
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注解包是不是导错了
- 应该到下面的包