|
|
@@ -1698,7 +1698,7 @@
|
|
|
|
|
|
<select id="selectCustomerInformationList" resultType="com.goafanti.customer.bo.CustomerListIn">
|
|
|
select a.id,a.nickname as name,c.name as province,c1.name as city,c2.name as area,b.contacts,b.contact_mobile as contactMobile,
|
|
|
- date_format(a.create_time,'%Y-%m-%d %H:%i:%S') as createTime,d.name as industry,a.credit_rating as creditRating
|
|
|
+ date_format(a.create_time,'%Y-%m-%d %H:%i:%S') as createTime,d.name as industry,a.credit_rating as creditRating,a.integrity as dataGrade
|
|
|
from user a left join organization_identity b
|
|
|
on a.id=b.uid left join district_glossory c
|
|
|
on b.location_province=c.id left join district_glossory c1
|
|
|
@@ -1802,6 +1802,7 @@ x.contact_mobile as contactMobile,
|
|
|
date_format( x.create_time, '%Y-%m-%d %H:%i:%S' ) as createTime,
|
|
|
x.industry as industry,
|
|
|
y.name as iname,
|
|
|
+x.integrity as dataGrade,
|
|
|
x.credit_rating as creditRating
|
|
|
from(
|
|
|
select
|
|
|
@@ -1815,7 +1816,8 @@ select
|
|
|
a.create_time,
|
|
|
d.name as industry,
|
|
|
a.credit_rating ,
|
|
|
- a.information_maintainer
|
|
|
+ a.information_maintainer,
|
|
|
+ a.integrity
|
|
|
from
|
|
|
user a left join organization_identity b on
|
|
|
a.id = b.uid left join district_glossory c
|