|
@@ -55,7 +55,7 @@ public class SysStorageConfigServiceImpl implements ISysStorageConfigService {
|
|
|
|
|
|
|
|
@Subscribe(STORAGE_CONFIG_TOPIC)
|
|
@Subscribe(STORAGE_CONFIG_TOPIC)
|
|
|
public void storageConfigUpdate(){
|
|
public void storageConfigUpdate(){
|
|
|
- storageFileService.initDefaultConfig();
|
|
|
|
|
|
|
+ storageFileService.refreshConfig();
|
|
|
}
|
|
}
|
|
|
/**
|
|
/**
|
|
|
* 根据条件查询文件存储配置
|
|
* 根据条件查询文件存储配置
|