Revert "annotation: 修改注释错误"

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