标签:错误 sel 控制台 Oday mybaits binding dep nbsp day
在使用Spring Boot + Mybaits从前台向后台提交数据时,控制台报出该错误信息
在dao接口中,该方法拥有两个参数,Mybaits无法区分这两个参数
在dao方法中为这两个参数分别标注Mybaits的@Param注解,对这两个参数加以区分
List<ManagerSelectResult>selectToday(@Param("deptId") Integer deptId, @Param("officeId") Integer officeId);
Spring Boot:Caused by: org.apache.ibatis.binding.BindingException: Parameter 'deptId' not found.
标签:错误 sel 控制台 Oday mybaits binding dep nbsp day
原文地址:https://www.cnblogs.com/huiAlex/p/9310117.html