|
|
@@ -1682,7 +1682,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,
|
|
|
- a.create_time as createTime,d.name as industry
|
|
|
+ date_format(a.create_time,'%Y-%m-%d %H:%i:%S') as createTime,d.name as industry
|
|
|
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
|
|
|
@@ -1746,7 +1746,7 @@
|
|
|
|
|
|
<select id="selectDepCustomerInformationList" 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,
|
|
|
- a.create_time as createTime,d.name as industry
|
|
|
+ date_format(a.create_time,'%Y-%m-%d %H:%i:%S') as createTime,d.name as industry
|
|
|
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
|