org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: Error instantiating class com.thinkgem.jeesite.modules.dms.entity.userproject.DmsUserProject$EadBean with invalid types () or values ;
關注:1、是否有無參構造器 , 2、內部類是否static 修飾。
另 1、內部類鏈接用$
resultType="com.dms.entity.userproject.DmsUserProject$EadBean">
2、參數對應
a.ubarcode = #{_parameter} 僅適用一個參數 ,多個參數的查看其它解決方案