bug fix
This commit is contained in:
parent
1e568bb2dd
commit
0ceadf2ab1
|
@ -173,7 +173,7 @@ public class StorageFileServiceImpl implements StorageFileService {
|
|||
data.setName(storageFile.getName());
|
||||
data.setOwnerId(storageFile.getOwnerId());
|
||||
data.setExtension(storageFile.getExtension());
|
||||
data.setStorageType(storageFile.getStorageType());
|
||||
data.setStorageType(storageType);
|
||||
data.setMimeType(storageFile.getMimeType());
|
||||
data.setCreatedAt(Instant.now());
|
||||
data.setPurgeAt(storageFile.getPurgeAt());
|
||||
|
|
Loading…
Reference in New Issue