Caused by: org.apache.ibatis.binding.BindingException

如果出现这种错误,大部分情况是你自定义的sql语句接收不到参数。

例如:在你的 dao/mapper 参数前面加 @Param(“xxx”) String xxx

未来可期,不负韶华。