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註解包是不是導錯了
  • 應該到下面的包
    在這裏插入圖片描述
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章