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