AI智能
改变未来

Parameter \’employeeId\’ not found. Available parameters are [user, param1]


报错

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);
赞(0) 打赏
未经允许不得转载:爱站程序员基地 » Parameter \’employeeId\’ not found. Available parameters are [user, param1]