|
|
@ -124,6 +124,13 @@ |
|
|
AND a.delNo = #{delNo} |
|
|
AND a.delNo = #{delNo} |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
<select id="checkEcssDeclarationHeaderByDelNo" resultType="EcssCoDelNotifyHeaderData"> |
|
|
|
|
|
select a.site,a.delNo |
|
|
|
|
|
from ecss_declaration_header a |
|
|
|
|
|
where a.site = #{site} |
|
|
|
|
|
AND a.delNo = #{delNo} |
|
|
|
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="searchEcssCoDelNotifyDetail" resultType="EcssCoDelNotifyDetailData"> |
|
|
<select id="searchEcssCoDelNotifyDetail" resultType="EcssCoDelNotifyDetailData"> |
|
|
select a.site,a.bu_no,a.delNo,a.item_no,a.salesOrder,a.salesOrder_item_no,a.customerPO,a.line,a.version,a.status,a.family, |
|
|
select a.site,a.bu_no,a.delNo,a.item_no,a.salesOrder,a.salesOrder_item_no,a.customerPO,a.line,a.version,a.status,a.family, |
|
|
a.part_no,a.part_description,a.qty,a.lt,a.cmc_comment,a.saleType,a.awb_bl,a.shipping_number,a.forwarder_info,isnull(a.surplus_qty,0) surplusQty, |
|
|
a.part_no,a.part_description,a.qty,a.lt,a.cmc_comment,a.saleType,a.awb_bl,a.shipping_number,a.forwarder_info,isnull(a.surplus_qty,0) surplusQty, |
|
|
|