原文:Caused by: java.lang.IllegalArgumentException: Parameter Maps collection does not contain value for com.bj186.crm.mapper.UserMapper.Integer

在使用SSM整合myBatis的過程中遇到了這個問題. 問題的原因: 把parameterType錯誤的寫成了parameterMap 解決辦法: 將parameterMap修改為parameterType, 問題解決 原來的代碼: 正確的代碼: 錯誤的信息: View Code 參考的resultMap代碼: ...

2019-06-03 17:10 0 450 推薦指數:

查看詳情

 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM