🐛 修复本地存储 BUG

This commit is contained in:
zhaojun1998
2019-12-03 22:42:38 +08:00
parent bf02366cf6
commit 9ef217c33c
3 changed files with 8 additions and 11 deletions

View File

@@ -48,6 +48,9 @@ public class SystemConfigService {
case SystemConfigConstant.PASSWORD:
systemConfigDTO.setPassword(systemConfig.getValue());
break;
case SystemConfigConstant.DOMAIN:
systemConfigDTO.setDomain(systemConfig.getValue());
break;
default:break;
}
}