🐛 修复本地存储 BUG

This commit is contained in:
zhaojun1998
2019-12-01 23:11:11 +08:00
parent 4ac21fd32e
commit bf02366cf6
13 changed files with 42 additions and 14 deletions

View File

@@ -59,6 +59,7 @@ public class InstallController {
systemConfigDTO.setStorageStrategy(storageTypeEnum);
systemConfigDTO.setUsername(installModelDTO.getUsername());
systemConfigDTO.setPassword(new BCryptPasswordEncoder().encode(installModelDTO.getPassword()));
systemConfigDTO.setDomain(installModelDTO.getDomain());
systemConfigService.updateSystemConfig(systemConfigDTO);
Map<String, String> storageStrategyConfig = installModelDTO.getStorageStrategyConfig();