|
@@ -12,7 +12,7 @@
|
|
|
gmt_modified,
|
|
|
customer_user_id, entity_no, region, country, `status`, entity_name, cert_type, cert_no, business_province, business_city, business_address, business_post_code, contact_direct_ind,
|
|
|
contact_name, contact_mobile, contact_email, vat_no, business_category, trading_life, settlement_period,
|
|
|
- trading_amount_past_year, amount_trading_past_year_currency, amount_to_be_applied, amount_to_be_applied_currency, period_to_be_applied
|
|
|
+ trading_amount_past_year, trading_amount_past_year_currency, amount_to_be_applied, amount_to_be_applied_currency, period_to_be_applied
|
|
|
</sql>
|
|
|
|
|
|
<!-- 根据证件号查询企业相关信息 -->
|
|
@@ -37,7 +37,7 @@
|
|
|
a.gmt_modified,
|
|
|
a.customer_user_id, a.entity_no, a.region, a.country, a.`status`, a.entity_name, a.cert_type, a.cert_no, a.business_province, a.business_city, a.business_address, a.business_post_code, a.contact_direct_ind,
|
|
|
a.contact_name, a.contact_mobile, a.contact_email, a.vat_no, b.name as customer_name, b.customer_identifier_no,
|
|
|
- a.business_category, a.trading_life, a.settlement_period,a.trading_amount_past_year, a.amount_trading_past_year_currency, a.amount_to_be_applied, a.amount_to_be_applied_currency, a.period_to_be_applied
|
|
|
+ a.business_category, a.trading_life, a.settlement_period,a.trading_amount_past_year, a.trading_amount_past_year_currency, a.amount_to_be_applied, a.amount_to_be_applied_currency, a.period_to_be_applied
|
|
|
FROM
|
|
|
importer_entity a
|
|
|
left join enterprise b on a.customer_user_id = b.customer_id
|
|
@@ -87,7 +87,7 @@
|
|
|
a.gmt_modified,
|
|
|
a.customer_user_id, a.entity_no, a.region, a.country, a.`status`, a.entity_name, a.cert_type, a.cert_no, a.business_province, a.business_city, a.business_address, a.business_post_code, a.contact_direct_ind,
|
|
|
a.contact_name, a.contact_mobile, a.contact_email, a.vat_no, b.name as customer_name, b.customer_identifier_no,
|
|
|
- a.business_category, a.trading_life, a.settlement_period,a.trading_amount_past_year, a.amount_trading_past_year_currency, a.amount_to_be_applied, a.amount_to_be_applied_currency, a.period_to_be_applied
|
|
|
+ a.business_category, a.trading_life, a.settlement_period,a.trading_amount_past_year, a.trading_amount_past_year_currency, a.amount_to_be_applied, a.amount_to_be_applied_currency, a.period_to_be_applied
|
|
|
FROM
|
|
|
importer_entity a
|
|
|
left join enterprise b on a.customer_user_id = b.customer_id
|