openauth.qa开源社区登录失败项目跑起来之后发现登录时,用户名密码都正常的情况下会报错,如何解决?

openauth.qa开源社区登录失败
项目跑起来之后发现登录时,用户名密码都正常的情况下会报错


{
    "code": 500,
    "message": "nested exception is org.apache.ibatis.executor.ExecutorException: Error selecting key or setting result to parameter object. Cause: org.apache.ibatis.binding.BindingException: Parameter 'arg0' not found. Available parameters are [userId, param1, token, param2]",
    "data": null
}

看其他的帖子,大概是Dao层两个以上参数要加注解,但是加注解还是有这个错
gitee项目地址:https://toscode.gitee.com/mythace/openauth.qa

img

登录失败了重新再来一次