码迷,mamicode.com
首页 > 编程语言 > 详细

Could not find result map java.lang.Integer] with root cause

时间:2018-10-31 01:06:36      阅读:458      评论:0      收藏:0      [点我收藏+]

标签:param   lan   roo   sel   int   res   select   错误   sele   

错误的代码

<select id="selectpGoodsInfoIdByGoodsId" parameterType="java.lang.Integer" resultMap="java.lang.Integer">

正确的代码

<select id="selectpGoodsInfoIdByGoodsId" parameterType="java.lang.Integer" resultType="java.lang.Integer">

Could not find result map java.lang.Integer] with root cause

标签:param   lan   roo   sel   int   res   select   错误   sele   

原文地址:https://www.cnblogs.com/ccgyyn/p/9880292.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!