ibatis出错:There is no result map named RM.ProjectCharge in this SqlMap.
时间:2016-07-19 02:16:42
收藏:0
阅读:1488
明明已有id=RM.ProjectCharge.
出错:Cause: com.ibatis.sqlmap.client.SqlMapException: There is no result map named RM.ProjectCharge in this SqlMap.
原因:RM.ProjectCharge的顺序放错
修正:把id="RM.ProjectCharge.simple"放在id="RM.ProjectCharge"的下面就ok
原文:http://lujinxiong.blog.51cto.com/9367514/1827419
评论(0)

