|
|
@@ -272,7 +272,7 @@
|
|
|
a.contact_type contactType,a.follow_name followName ,a.follow_dep followDep,a.`result` ,a.follow_count followCount,
|
|
|
date_format(a.create_time ,'%Y-%m-%d %H:%i:%s')followTimes,a.guidance_name guidanceName, a.guidance ,
|
|
|
date_format(a.guidance_time,'%Y-%m-%d %H:%i:%s') guidanceTimes,c.contacts ,c.contact_mobile contactMobile,
|
|
|
- c.location_province locationProvince ,c.location_city locationCity ,c.location_area locationArea,
|
|
|
+ c.location_province province ,c.location_city city ,c.location_area area,
|
|
|
c.intended_project intendedProject ,c.business_scope businessScope
|
|
|
from user_follow a left join `user`b on a.uid =b.id left join organization_identity c on a.uid=c.uid
|
|
|
where 1=1
|