在使用Spring Boot + Mybaits从前台向后台提交数据时,控制台报出该错误信息 2. 报错原因 在dao接口中,该方法拥有两个参数,Mybaits无法区分这两个参数 3. 解决方法 在dao方法中为这两个参数分别标注Mybaits的@Param注解,对这两个参数加以区分 1 List<ManagerSelectResult>selectToday(@Param("deptId") Integer dept...
当前标签:Parameter 'deptId' not found Spring Boot:Caused by: org.apache.ibatis.binding.BindingException: Parameter 'deptId' not found.一只敲码的猫 2018-07-14 16:51 阅读:286 评论:0 推荐:0 编辑 公告 总访问量: 昵称: 一只敲码的猫 园龄: 8年4个月 粉丝: 29 关注: 6 +加关注 < 2024年9...
"deptID": "2", "mangerID": "2", "remake": "", "explain": "分值是5分,抄送刘光宗、李四", "copyIDs": [ 1, 11 ] } 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 结果就这样了…… Required Integer[] parameter 'copyIDs' is not present 15:31:05.374 ...