Revert "annotation: 修改注释错误"

This reverts commit 651eeb841d.
This commit is contained in:
lan
2024-05-06 11:04:05 +08:00
parent d02aa407b5
commit 1a474fdc24
+1 -1
View File
@@ -58,7 +58,7 @@ async def update_config(data: dict):
return APIResponse() return APIResponse()
# 根据id获取文件 # 根据code获取文件
async def get_file_by_id(id): async def get_file_by_id(id):
# 查询文件 # 查询文件
file_code = await FileCodes.filter(id=id).first() file_code = await FileCodes.filter(id=id).first()