mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-12 15:20:44 +08:00
优化获取最近更新日期的任务范围
This commit is contained in:
parent
3d978fa8f5
commit
76af4db149
@ -1498,7 +1498,7 @@ def get_task_latest_info():
|
||||
query = """
|
||||
SELECT task_name, MAX(transfer_time) as latest_transfer_time
|
||||
FROM transfer_records
|
||||
WHERE task_name != 'rename'
|
||||
WHERE task_name NOT IN ('rename', 'undo_rename')
|
||||
GROUP BY task_name
|
||||
"""
|
||||
cursor.execute(query)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user