1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

remove-ch-characters

This commit is contained in:
r350178982
2025-03-24 14:31:16 +08:00
committed by lian
parent 5b63ef83f0
commit 27c5d0294f

View File

@@ -344,7 +344,7 @@ class SeafileDB:
DELETE FROM `{self.db_name}`.`RepoTrash`
WHERE repo_id IN ({placeholders})
"""
cursor.execute(del_trash_sql, repo_ids) # 移除多余的列表包裹
cursor.execute(del_trash_sql, repo_ids)
sql_list_repo_id = f"""
SELECT