|
@@ -116,7 +116,7 @@ func (b MessaggeService) UserList(in *messagecenter.UserReq) (data *[]map[string
|
|
|
c.create_time,
|
|
|
a.unread as number,
|
|
|
a.timestamp,
|
|
|
- "" as b.phone,
|
|
|
+ "" as phone
|
|
|
FROM
|
|
|
socialize_summary a
|
|
|
INNER JOIN socialize_tenant_robot b ON ( a.user_id = %d AND a.ent_id = b.ent_id )
|
|
@@ -134,7 +134,7 @@ func (b MessaggeService) UserList(in *messagecenter.UserReq) (data *[]map[string
|
|
|
d.create_time,
|
|
|
a.unread as number,
|
|
|
c.timestamp,
|
|
|
- "" as b.phone,
|
|
|
+ "" as phone
|
|
|
FROM
|
|
|
socialize_chat_group_person a
|
|
|
INNER JOIN socialize_chat_group b ON ( a.position_id = %d AND a.chat_group_id = b.id AND b.isdismiss = 0)
|