duheng
2024-08-02 94ed0d75cd4aa090fa8421af6609066682028943
WebApi/Global.asax.cs
@@ -27,7 +27,7 @@
            DataFolderHelper.IsExeExcute = true;//独立运行
            IStation.LogHelper.Initial();
            // IStation.LogHelper.Initial();
            IStation.Common.AnaSetting.Initial();
            IStation.Common.ReservoirParasHelper.Initial();
@@ -36,8 +36,7 @@
            //初始化雪花Id
            //SnowflakeIdHelper.InitId(1);
            ScheduleTask.Initial();
        }
    }
}
}