duheng
2025-03-28 9be9ba4e159969fb5e32648c2c34e912ccc3ae6d
Service/PBS.Service/03-settings/00-core/PBSFileHelper.cs
@@ -30,6 +30,7 @@
                    if (_appparas == null)
                    {
                        var json = File.ReadAllText(JsonFileName, Encoding.UTF8);
                        var a = JsonHelper.Json2Object<PBSParas>(json);
                        _appparas = JsonHelper.Json2Object<PBSParas>(json);
                        if (_appparas == null)
                        {