Browse Source

[fix] 销售管理

修改客户资料的分页查询:修复客户标识不能正常显示的问题
dev
liuxiaoxu 2 weeks ago
parent
commit
f2de31b187
  1. 2
      ruoyi-admin/src/main/resources/mapper/system/SysCustomerMapper.xml

2
ruoyi-admin/src/main/resources/mapper/system/SysCustomerMapper.xml

@ -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,

Loading…
Cancel
Save