|
|
@@ -2195,7 +2195,7 @@ inner join(
|
|
|
dg3.name as area,date_format(um.last_sign_time,'%Y-%m-%d %H:%i:%S') lastSignTime,
|
|
|
date_format(a.transfer_time,'%Y-%m-%d %H:%i:%S') as transferTime,
|
|
|
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
|
|
|
+ date_format(um.last_follow_time,'%Y-%m-%d %H:%i:%S') lastFollowTime ,um.channel_type type
|
|
|
from user a left join admin b on a.aid=b.id left join organization_identity d on a.id = d.uid
|
|
|
left join district_glossory dg1 on d.location_province = dg1.id
|
|
|
left join district_glossory dg2 on d.location_city = dg2.id
|