|
|
@ -94,7 +94,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
|
|
|
|
|
|
|
|
<select id="selectSysCustomerList" parameterType="SysCustomerVo" resultMap="SysCustomerResult"> |
|
|
|
select s.id,s.enterprise_code,s.enterprise_name,s.english_name,s.customer_abbreviation ,s.customer_purser , |
|
|
|
select s.id,s.enterprise_code,s.enterprise_name,s.english_name,s.customer_abbreviation ,s.customer_purser , s.customer_sign, |
|
|
|
s.export_sales,s.customer_country,s.postal_code,s.customer_address,s.legal_representative,s.established_time, |
|
|
|
s.invoicing_customer_name,s.invoicing_company_name,s.invoice_code,s.deposit_bank,s.bank_account,s.common_currency, |
|
|
|
s.confirm_tax,s.tax_rate,s.integrity_rating,s.rmb_registered_capital,s.registered_capital,s.payment_terms, |
|
|
|