Browse Source

科德系统渠道模块开发

anderx 3 years ago
parent
commit
cd01bbabc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/UserMapperExt.xml

@@ -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