适配微信4.0.3正式版,修复图片解析失败的问题

This commit is contained in:
SiYuan
2025-04-09 12:38:05 +08:00
parent d95fc1972c
commit 9457ecdad7
9 changed files with 88 additions and 26 deletions

View File

@@ -194,7 +194,7 @@ class Msg(DataBaseBase):
@param username_:
@return:
"""
sql = f'''SELECT DISTINCT strftime('%Y-%m-%d',create_time,'unixepoch','localtime') AS date
sql = f'''SELECT DISTINCT strftime('%Y-%m-%d',CreateTime,'unixepoch','localtime') AS date
from MSG
where StrTalker=?
ORDER BY date desc;