|
@@ -575,6 +575,7 @@ func (this *ReportController) Fllow() {
|
|
|
item.UserId = uid
|
|
|
item.Email = user.Email
|
|
|
item.Mobile = user.Mobile
|
|
|
+ item.RealName = user.RealName
|
|
|
item.CompanyId = user.CompanyId
|
|
|
item.CompanyName = user.CompanyName
|
|
|
item.Type = 1
|
|
@@ -817,6 +818,7 @@ func (this *ReportController) FllowDepartment() {
|
|
|
item.UserId = uid
|
|
|
item.Email = user.Email
|
|
|
item.Mobile = user.Mobile
|
|
|
+ item.RealName = user.RealName
|
|
|
item.CompanyId = user.CompanyId
|
|
|
item.CompanyName = user.CompanyName
|
|
|
item.Type = 1
|