报错org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘app_user_id’ not found. Available parameters are [appUserId, param1]

原因:从客户端传入的参数和定义的参数没有对应上, ‘app_user_id’ not found

解决方案:查看自己代码中定义的传入参数名,appUserId
xml文件中,param参数错误,不对应和Mapper.java