服务器端的配置存储细节更改

This commit is contained in:
dathlin
2017-09-17 08:47:24 +08:00
parent ed6bba7550
commit f69ac4cd1e
2 changed files with 25 additions and 9 deletions

View File

@@ -632,6 +632,7 @@ namespace 软件系统服务端模版
try
{
UserServer.ServerSettings.SystemFactories = JArray.Parse(data).ToObject<List<string>>();
RuntimeLogHelper?.WriteInfo("上传了分厂信息:" + data);
}
catch (Exception ex)
{