|
|
@ -108,7 +108,7 @@ |
|
|
<select id="checkEcssCoDelNotifyHeaderByDelNo" resultType="EcssCoDelNotifyHeaderData"> |
|
|
<select id="checkEcssCoDelNotifyHeaderByDelNo" resultType="EcssCoDelNotifyHeaderData"> |
|
|
select a.site,a.bu_no,a.delNo,a.erp_delNo,a.ready_date,a.notifyDate,a.customer_name,a.Destination,a.shipping_mode,a.erp_flag, |
|
|
select a.site,a.bu_no,a.delNo,a.erp_delNo,a.ready_date,a.notifyDate,a.customer_name,a.Destination,a.shipping_mode,a.erp_flag, |
|
|
a.notify_status,a.remark,a.createDate,a.createBy,a.cmc_invoice,a.updateDate,a.updateBy,dbo.get_bu_desc(a.site,a.bu_no) as buDesc |
|
|
a.notify_status,a.remark,a.createDate,a.createBy,a.cmc_invoice,a.updateDate,a.updateBy,dbo.get_bu_desc(a.site,a.bu_no) as buDesc |
|
|
,a.overseasShipper,a.overseasAddress,a.cnative,a.localShipAddress |
|
|
|
|
|
|
|
|
,a.overseasShipper,a.overseasAddress,a.cnative,a.localShipAddress,a.salesArea |
|
|
from ecss_CoDelNotifyHeader a |
|
|
from ecss_CoDelNotifyHeader a |
|
|
where a.site = #{site} |
|
|
where a.site = #{site} |
|
|
AND a.delNo = #{delNo} |
|
|
AND a.delNo = #{delNo} |
|
|
|