|
|
@@ -372,9 +372,6 @@
|
|
|
<if test="pu_currency != null" >
|
|
|
pu_currency = #{pu_currency,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="sa_delivery!=null">
|
|
|
- sa_delivery = #{sa_delivery,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
</set>
|
|
|
where pu_id = #{id,jdbcType=INTEGER}
|
|
|
</update>
|