260710_1
This commit is contained in:
@@ -206,10 +206,10 @@ async def list_project_point_cloud_inputs(
|
||||
await cursor.execute(
|
||||
"""
|
||||
SELECT id, file_type, original_filename, raw_file_path, file_size_mb,
|
||||
crs_epsg, status, created_at
|
||||
crs_epsg, status, upload_at
|
||||
FROM input_files
|
||||
WHERE project_id = %s AND file_type IN ('las', 'laz')
|
||||
ORDER BY created_at DESC, id DESC
|
||||
ORDER BY upload_at DESC, id DESC
|
||||
""",
|
||||
(str(project_id),),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user