去掉资源预览路径previewpath

(cherry picked from commit 642200776d)
This commit is contained in:
wh
2026-05-10 17:10:15 +08:00
parent 84ac2fe5c7
commit 080417f42e
2 changed files with 3 additions and 5 deletions

View File

@@ -238,8 +238,7 @@ public class AnnotationResultService {
result.getTaskId(),
result.getResourceId(),
qaRecords,
diffRecords,
resource == null ? null : resource.getFilePath()
diffRecords
);
} catch (BusinessException e) {
throw e;
@@ -523,4 +522,4 @@ public class AnnotationResultService {
private record Metadata(String createdAt) {
}
}
}
}