在使用SSM框架传递多个参数的时候发生如下错误:
原因是因为在传递多个参数的时候没有使用注解@Param,所以才包如下错误:
参考的技术文章:https://blog.csdn.net/sinat_29325027/article/details/51143448
Spring错误:org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.Bi
原文:https://www.cnblogs.com/isme-zjh/p/11507586.html