소스 검색

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,
 							c.create_time,
 							a.unread as number,
 							a.unread as number,
 							a.timestamp,
 							a.timestamp,
-							"" as b.phone,
+							"" as phone
 						FROM
 						FROM
 							socialize_summary a
 							socialize_summary a
 							INNER JOIN socialize_tenant_robot b ON ( a.user_id = %d AND a.ent_id = b.ent_id )
 							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,
 							d.create_time,
 							a.unread as number,
 							a.unread as number,
 							c.timestamp,
 							c.timestamp,
-							"" as b.phone,
+							"" as phone
 						FROM
 						FROM
 							socialize_chat_group_person a
 							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)
 							INNER JOIN socialize_chat_group b ON ( a.position_id = %d AND a.chat_group_id = b.id AND b.isdismiss = 0)