|
|
@@ -2243,7 +2243,7 @@ inner join(
|
|
|
date_format(a.create_time,'%Y-%m-%d %H:%i:%S') as createTime,
|
|
|
date_format(um.last_follow_time,'%Y-%m-%d %H:%i:%S') lastFollowTime ,
|
|
|
if(a.transfer_time < um.last_follow_time,um.last_follow_time,a.transfer_time) as orderTime,
|
|
|
- um.channel_type type,
|
|
|
+ um.channel_type type,d.intended_project intendedProject,
|
|
|
ua.enterprise_count as enterpriseCount,
|
|
|
ua.channel_indicators channelIndicators,
|
|
|
ua.interview_distribution as interviewDistribution
|