Tag Archives: buildPageQueryResult condition

BuildPageQueryResult, condition under the mybatis-plus framework [How to Solve]

1. The buildPageQueryResult error is reported because the controller lacks the inherited baseController

 

2.

error org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘condition’ not found. Available parameters are [arg1, arg0, param1, param2]

 

 

 

Solution: add @Param ( “condition” ) to the corresponding mapper