代码改变世界

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

2018-10-30 23:10  CCG波克  阅读(1556)  评论(0编辑  收藏  举报

错误的代码

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

正确的代码

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