明明已有id=RM.ProjectCharge.

出错:Cause: com.ibatis.sqlmap.client.SqlMapException: There is no result map named RM.ProjectCharge in this SqlMap.


原因:RM.ProjectCharge的顺序放错


如:ibatis出错:There is no result map named RM.ProjectCharge in this SqlMap._出错


修正:把id="RM.ProjectCharge.simple"放在id="RM.ProjectCharge"的下面就ok

    ibatis出错:There is no result map named RM.ProjectCharge in this SqlMap._出错_02