|
@@ -48,7 +48,11 @@
|
|
c.contacts_name,
|
|
c.contacts_name,
|
|
c.custom_name,
|
|
c.custom_name,
|
|
c.email,
|
|
c.email,
|
|
|
|
+ c.tel_phone,
|
|
c.company_phone,
|
|
c.company_phone,
|
|
|
|
+ c.custom_desc,
|
|
|
|
+ c.incharger_id,
|
|
|
|
+ c.address,
|
|
c.create_time,
|
|
c.create_time,
|
|
c.customer_level_id,
|
|
c.customer_level_id,
|
|
(select name from sys_dict where customer_level_id = id and code = 'CustomLevel') customerLevelValue,
|
|
(select name from sys_dict where customer_level_id = id and code = 'CustomLevel') customerLevelValue,
|
|
@@ -140,7 +144,11 @@
|
|
select c.id,
|
|
select c.id,
|
|
c.custom_name,
|
|
c.custom_name,
|
|
c.email,
|
|
c.email,
|
|
|
|
+ c.tel_phone,
|
|
|
|
+ c.contacts_name,
|
|
c.company_phone,
|
|
c.company_phone,
|
|
|
|
+ c.custom_desc,
|
|
|
|
+ c.address,
|
|
c.create_time,
|
|
c.create_time,
|
|
c.customer_level_id,
|
|
c.customer_level_id,
|
|
(select name from sys_dict where customer_level_id = id and code = 'CustomLevel') customerLevelValue,
|
|
(select name from sys_dict where customer_level_id = id and code = 'CustomLevel') customerLevelValue,
|
|
@@ -239,7 +247,13 @@
|
|
select id,
|
|
select id,
|
|
custom_name,
|
|
custom_name,
|
|
email,
|
|
email,
|
|
|
|
+ contacts_name
|
|
|
|
+ tel_phone,contacts_name,
|
|
company_phone,
|
|
company_phone,
|
|
|
|
+ custom_desc,
|
|
|
|
+ contacts_name
|
|
|
|
+ incharger_id,
|
|
|
|
+ address,
|
|
create_time,
|
|
create_time,
|
|
customer_level_id,
|
|
customer_level_id,
|
|
(select name from sys_dict where customer_level_id = id and code = 'CustomLevel') customerLevelValue,
|
|
(select name from sys_dict where customer_level_id = id and code = 'CustomLevel') customerLevelValue,
|
|
@@ -324,8 +338,10 @@
|
|
customer_level_id,
|
|
customer_level_id,
|
|
email,
|
|
email,
|
|
tel_phone,
|
|
tel_phone,
|
|
|
|
+ company_phone,
|
|
address,
|
|
address,
|
|
custom_code,
|
|
custom_code,
|
|
|
|
+ incharger_id,
|
|
tel_phone,
|
|
tel_phone,
|
|
fax,
|
|
fax,
|
|
create_time,
|
|
create_time,
|