|
|
@@ -367,16 +367,16 @@
|
|
|
#{pi_currency,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="pi_sellerid != null">
|
|
|
- pi_sellerid = #{pi_sellerid,jdbcType=INTEGER},
|
|
|
+ #{pi_sellerid,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="pi_sellercode != null">
|
|
|
- pi_sellercode = #{pi_sellercode,jdbcType=VARCHAR},
|
|
|
+ #{pi_sellercode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="pi_seller != null">
|
|
|
- pi_seller = #{pi_seller,jdbcType=VARCHAR},
|
|
|
+ #{pi_seller,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="pi_rate != null">
|
|
|
- pi_rate = #{pi_rate,jdbcType=DOUBLE},
|
|
|
+ #{pi_rate,jdbcType=DOUBLE},
|
|
|
</if>
|
|
|
</trim>
|
|
|
</insert>
|