18339543638 2 năm trước cách đây
mục cha
commit
7f970e4173

+ 1 - 1
tr-modules/tr-module-system/src/main/java/cn/tr/module/sys/storage/service/impl/StorageFileServiceImpl.java

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