系统新增一个数据库连接字符串信息,客户端的数据由服务器初始化,v1.7.11
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user