tangxu
2024-06-11 6954aa5b4a32aeba903b9532d5ff8e75c1b9548b
WebApi/Global.asax.cs
@@ -25,7 +25,7 @@
            json.Indent = false;
            json.SerializerSettings.DateTimeZoneHandling = Newtonsoft.Json.DateTimeZoneHandling.Local;
            DataFolderHelper.IsExeExcute = true;
            DataFolderHelper.IsExeExcute = true;//独立运行
            IStation.LogHelper.Initial();
@@ -33,6 +33,9 @@
            IStation.Common.ReservoirParasHelper.Initial();
            IStation.Common.RiverWaterLevelDropHelper.Initial();
            //初始化雪花Id
            //SnowflakeIdHelper.InitId(1);
            ScheduleTask.Initial();
        }