每天學習一點點 編程PDF電子書、視頻教程免費下載:
http://www.shitanlife.com/code
Mybatis出現Mapped Statements collection already contains value for
錯誤原因:
1.mapper中存在id重復的值
2.mapper中的parameterType或resultType為空。
例如:<update id="deleteSchool" parameterType=" "> </update>