qq_慕圣3596141
2019-03-18 09:49
org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: org.apache.ibatis.reflection.ReflectionException: Error instantiating class com.java.bean.CommandContent with invalid types () or values (). Cause: java.lang.NoSuchMethodException: com.java.bean.CommandContent.<init>()
### The error may exist in com/java/config/sqlxml/Command.xml
### The error may involve Command.queryCommandList-Inline
### The error occurred while setting parameters
### SQL: select a.ID C_ID,a.NAME,a.DESCRIPTION,b.ID,b.CONTENT,b.COMMAND_ID from command a left join command_content b on a.ID=b.COMMAND_ID and NAME=?
### Cause: org.apache.ibatis.reflection.ReflectionException: Error instantiating class com.java.bean.CommandContent with invalid types () or values (). Cause: java.lang.NoSuchMethodException: com.java.bean.CommandContent.<init>()
sql 拼写错了
通过自动回复机器人学Mybatis---基础版
107414 学习 · 800 问题
相似问题