适配微信4.0.3正式版,修复图片解析失败的问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user