tangxu
2024-03-26 8d31cd366ea79ced8e5f3d56ce9b4e6f75872939
WebApi/Global.asax.cs
@@ -1,3 +1,4 @@
using IStation.Common;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -24,9 +25,13 @@
            json.Indent = false;
            json.SerializerSettings.DateTimeZoneHandling = Newtonsoft.Json.DateTimeZoneHandling.Local;
            DataFolderHelper.IsExeExcute=true;
            DataFolderHelper.IsExeExcute = true;
            IStation.LogHelper.Initial();
            IStation.Common.AnaSetting.Initial();
            IStation.Common.ReservoirParasHelper.Initial();
            IStation.Common.RiverWaterLevelDropHelper.Initial();
        }
    }
}