fix: repair review detail attachment query
This commit is contained in:
@@ -1543,7 +1543,7 @@ class DocumentServiceImpl(IDocumentService):
|
||||
AND deleted_at IS NULL
|
||||
AND is_active = true
|
||||
AND file_role = 'attachment'
|
||||
ORDER BY rr.id ASC
|
||||
ORDER BY id ASC
|
||||
"""
|
||||
),
|
||||
{"document_id": int(detailRow["document_id"])},
|
||||
|
||||
Reference in New Issue
Block a user