|
|
|
@ -201,8 +201,8 @@ |
|
|
|
|
|
|
|
<update id="updateEcssDelHeader" > |
|
|
|
update ecss_CoDelNotifyHeader set ready_date=#{readyDate,jdbcType=TIMESTAMP} ,customer_name=#{customerName,jdbcType=NVARCHAR}, |
|
|
|
Destination=#{destination,jdbcType=NVARCHAR},shipping_mode=#{shippingMode}, |
|
|
|
remark=#{remark,jdbcType=NVARCHAR} ,cmc_invoice=#{cmcInvoice},overseasShipper=#{overseasShipper,jdbcType=NVARCHAR} ,overseasAddress=#{overseasAddress,jdbcType=NVARCHAR} |
|
|
|
Destination=#{destination,jdbcType=NVARCHAR},shipping_mode=#{shippingMode},modifyFlag=#{modifyFlag},export_flag='N', |
|
|
|
remark=#{remark,jdbcType=NVARCHAR} ,cmc_invoice=#{cmcInvoice},overseasShipper=#{overseasShipper,jdbcType=NVARCHAR} ,overseasAddress=#{overseasAddress,jdbcType=NVARCHAR} |
|
|
|
where site=#{site} and delNo=#{delNo} |
|
|
|
</update> |
|
|
|
|
|
|
|
|