@@ -142,7 +142,7 @@
order by ${orderByClause}
</if>
</select>
- <select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="ResultMapWithBLOBs">
+ <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="ResultMapWithBLOBs">
select
<include refid="Base_Column_List" />
,
@@ -139,7 +139,7 @@
<include refid="Blob_Column_List" />
from prodinout
- where pi_id = #{id,jdbcType=INTEGER}
+ where pi_id = #{pi_id,jdbcType=INTEGER}
<delete id="deleteByPrimaryKey" parameterType="java.lang.Integer">
delete from prodinout