加入群昵称
This commit is contained in:
@@ -280,6 +280,9 @@ class ContactsDBOperator(BaseDBOperator):
|
||||
union all
|
||||
SELECT wxid as user_name, nick_name, display_name as remark
|
||||
FROM t_chatroom_member
|
||||
union all
|
||||
SELECT chatroom_id as user_name, nick_name, remark as remark
|
||||
FROM t_chatrooms
|
||||
"""
|
||||
|
||||
results = self.execute_query(sql)
|
||||
|
||||
Reference in New Issue
Block a user