标签: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