deving
This commit is contained in:
+1
-3
@@ -219,9 +219,7 @@ async def get_file_records(filename: str, db_session: AsyncSession = Depends(get
|
|||||||
"file_size": stp_file.file_size,
|
"file_size": stp_file.file_size,
|
||||||
"upload_time": task.created_time.isoformat() if task.created_time else "",
|
"upload_time": task.created_time.isoformat() if task.created_time else "",
|
||||||
"status": task.status,
|
"status": task.status,
|
||||||
"completed_at": task.completed_time.isoformat() if task.completed_time else "",
|
"completed_at": task.completed_time.isoformat() if task.completed_time else ""
|
||||||
"geometry_data": task.geometry_data,
|
|
||||||
"cavity_data": task.cavity_data
|
|
||||||
})
|
})
|
||||||
|
|
||||||
# 按上传时间排序(最新的在前)
|
# 按上传时间排序(最新的在前)
|
||||||
|
|||||||
Reference in New Issue
Block a user