org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'socialCode' in 'class java.lang.String'

abnormal:

org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'socialCode' in 'class java.lang.String'

A method, sql mapping interface using @Param (value = "socialCode") designated parameter passed sql mapping file name, found effective

Method two, sql mapping files # {_ socialCode}

 

Guess you like

Origin www.cnblogs.com/sung1024/p/11511719.html