@@ -253,6 +253,7 @@ public class FileSimilarityService {
|
||||
.fileSize(fileEntity.getFileSize())
|
||||
.uploadDate(fileEntity.getCreatedAt())
|
||||
.status(fileEntity.getProtectionStatus())
|
||||
.supportId(Long.valueOf(fileEntity.getSupportId()))
|
||||
.build();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user