|
|
@@ -219,12 +219,12 @@
|
|
|
<select id="userFollowList" resultType="com.goafanti.user.bo.outUserFollowList">
|
|
|
select b.nickname,b.share_type shareType ,b.channel,b.id,date_format(b.transfer_time,'%Y-%m-%d %H:%i:%s')startTimes,
|
|
|
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.create_time ,'%Y-%m-%d %H:%i:%s')followTimes,a.guidance_name guidanceName, a.guidance ,a.type,a.pid,
|
|
|
date_format(a.guidance_time,'%Y-%m-%d %H:%i:%s') guidanceTimes,c.contacts ,c.contact_mobile contactMobile,
|
|
|
- c.location_province province ,c.location_city city ,c.location_area area,
|
|
|
+ c.location_province province ,c.location_city city ,c.location_area area,e.bname projectName,
|
|
|
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
|
|
|
- left join admin d on a.aid =d.id
|
|
|
+ left join admin d on a.aid =d.id left join business_project e on a.pid =e.id
|
|
|
where 1=1
|
|
|
<if test="shiroType == 0">
|
|
|
and a.aid= #{aid}
|