报错
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);