|
@@ -93,7 +93,7 @@ public class StorageFileServiceImpl implements IStorageFileService {
|
|
|
.absolutePath(downUrl)
|
|
.absolutePath(downUrl)
|
|
|
.suffix(suffix)
|
|
.suffix(suffix)
|
|
|
.cateId(cateId)
|
|
.cateId(cateId)
|
|
|
- .configId(defaultConfig.getId())
|
|
|
|
|
|
|
+ .configId(configId)
|
|
|
.size(content.length/1024)
|
|
.size(content.length/1024)
|
|
|
.build();
|
|
.build();
|
|
|
String recordId = storageRecordService.insertSysStorageRecordReturnId(record);
|
|
String recordId = storageRecordService.insertSysStorageRecordReturnId(record);
|