Browse Source

fix:传参字段修改

duxin 2 năm trước cách đây
mục cha
commit
04228181f9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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)