解决com.ibatis.sqlmap.client.SqlMapException: There is no statement named in this SqlMap

com.ibatis.sqlmap.client.SqlMapException: There is no statement named in this SqlMap.

可能存在3种情况:
1、在xxx.xml文件里有两个标签的id命名同样;
2、DAO实现类方法中没有写相应xxx.xml的id名称。

3、实体映射文件xxx.xml未增加到sqlMap-Config.xml文件里。


原文地址:https://www.cnblogs.com/mfrbuaa/p/5094810.html