|
@@ -325,13 +325,13 @@
|
|
|
#{creatorName,jdbcType=VARCHAR},
|
|
#{creatorName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="ve_remark != null">
|
|
<if test="ve_remark != null">
|
|
|
- #{ve_remark,jdbcType=VARCHAR}
|
|
|
|
|
|
|
+ #{ve_remark,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="ve_buyerid != null">
|
|
<if test="ve_buyerid != null">
|
|
|
- #{ve_buyerid,jdbcType=INTEGER}
|
|
|
|
|
|
|
+ #{ve_buyerid,jdbcType=INTEGER},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="ve_buyercode != null">
|
|
<if test="ve_buyercode != null">
|
|
|
- #{ve_buyercode,jdbcType=VARCHAR}
|
|
|
|
|
|
|
+ #{ve_buyercode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
<if test="ve_buyername != null">
|
|
<if test="ve_buyername != null">
|
|
|
#{ve_buyername,jdbcType=VARCHAR}
|
|
#{ve_buyername,jdbcType=VARCHAR}
|