浏览代码

fix:传参字段修改

duxin 2 年之前
父节点
当前提交
04228181f9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      service/message_mail_box.go

+ 2 - 2
service/message_mail_box.go

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