nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘drugList’ not found. Avai
问题:
在使用mybatis执行sql时报错 nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘drugList’ not found. Avai
原因:
因为在dao传参时 只传了一个参数

这里接收时识别不到

解决方法:
添加这个注解 将参数名称写入
