报错
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter \'employeeId\' not found. Available parameters are [user, param1]
原因:
如果传入的是对象,不能用@Param标注;去掉就OK了。
int updateByPrimaryKeySelective(@Param(\"user\") User user);
爱站程序员基地
![[翻译] Backpressure explained — the resisted flow of data through software-爱站程序员基地](https://aiznh.com/wp-content/uploads/2021/05/1-220x150.jpeg)

