|
@@ -128,7 +128,7 @@
|
|
|
#{isShow,jdbcType=INTEGER},
|
|
|
#{addTime,jdbcType=TIMESTAMP},
|
|
|
#{depositAmt,jdbcType=INTEGER},
|
|
|
- #{transFee,jdbcType=INTEGER},
|
|
|
+ #{transFee,jdbcType=DECIMAL},
|
|
|
#{buyMinNum,jdbcType=INTEGER},
|
|
|
#{buyMaxNum,jdbcType=INTEGER},
|
|
|
#{transAmBegin,jdbcType=VARCHAR},
|
|
@@ -294,7 +294,7 @@
|
|
|
#{depositAmt,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="transFee != null">
|
|
|
- #{transFee,jdbcType=INTEGER},
|
|
|
+ #{transFee,jdbcType=DECIMAL},
|
|
|
</if>
|
|
|
<if test="buyMinNum != null">
|
|
|
#{buyMinNum,jdbcType=INTEGER},
|
|
@@ -399,7 +399,7 @@
|
|
|
depositAmt = #{depositAmt,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="transFee != null">
|
|
|
- transFee = #{transFee,jdbcType=INTEGER},
|
|
|
+ transFee = #{transFee,jdbcType=DECIMAL},
|
|
|
</if>
|
|
|
<if test="buyMinNum != null">
|
|
|
buyMinNum = #{buyMinNum,jdbcType=INTEGER},
|