修复聊天气泡不能更改大小的bug

This commit is contained in:
shuaikangzhou
2023-11-17 22:44:55 +08:00
parent fc0b1250c4
commit a24ce6a14d
8 changed files with 254 additions and 54 deletions

View File

@@ -31,6 +31,7 @@ def get_contact():
from Contact inner join ContactHeadImgUrl on Contact.UserName = ContactHeadImgUrl.usrName
where Type=3 and Alias is not null
order by PYInitial
limit 30
'''
cursor.execute(sql)
result = cursor.fetchall()