mybatis报错Could not set parameters for mapping: ParameterMapping

版权声明:本内容未经允许,不可擅自转载。 https://blog.csdn.net/qq_42279270/article/details/85161268

今天在写一个新增的接口时候,一直报Could not set parameters for mapping: ParameterMapping错误

xml文件中内容

原因是因为#{ }写在字符串中不能识别,要改写成${ }这种形式

猜你喜欢

转载自blog.csdn.net/qq_42279270/article/details/85161268