系统新增一个数据库连接字符串信息,客户端的数据由服务器初始化,v1.7.11

This commit is contained in:
dathlin
2017-12-24 13:35:13 +08:00
parent f9e44b3812
commit e89f008868
7 changed files with 31 additions and 2 deletions

View File

@@ -196,6 +196,7 @@ namespace ClientsLibrary
{
UserClient.SystemFactories = json[nameof(UserClient.SystemFactories)].ToObject<List<string>>();
}
CommonLibrary.DataBaseSupport.SqlServerSupport.ConnectionString = SoftBasic.GetValueFromJsonObject(json, nameof(ServerSettings.SqlServerStr), "");
}
else
{