|
|
@@ -346,12 +346,12 @@
|
|
|
<if test="createTime != null" >
|
|
|
#{createTime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
- <if test="vc_rate != null" >
|
|
|
- #{vc_rate,jdbcType=DOUBLE},
|
|
|
- </if>
|
|
|
<if test="vc_currency != null" >
|
|
|
#{vc_currency,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="vc_rate != null" >
|
|
|
+ #{vc_rate,jdbcType=DOUBLE},
|
|
|
+ </if>
|
|
|
</trim>
|
|
|
<selectKey resultType="Long" keyProperty="id" order="AFTER">
|
|
|
SELECT LAST_INSERT_ID()
|