@@ -250,7 +250,7 @@
#{response,jdbcType=LONGVARCHAR},
</if>
</trim>
- <selectKey resultType="java.lang.Long" order="AFTER" keyProperty="id">
+ <selectKey resultType="java.lang.Integer" order="AFTER" keyProperty="id">
select LAST_INSERT_ID()
</selectKey>
</insert>