SpringMVC和Mybatis整合中出现“Available parameters are [arg1, arg0, param1, param2]”解决方案
原因:接口中传入了多个参数如:接口:fusePlanCaseEntities=planInter.selectPlanCaseInfoByPlanId(planId,sSearch);//获取用例返回结果集映射:@RequestParam(value="planId",required=false)intplanId,HttpServletRequestrequest)mybatis映射xml:i