ningshuxia
2025-04-03 4917fb959e2befec07a693e72d7010c09494ec7c
02-desktop/BLL/IStation.BLL.Basic/Station/Station.cs
@@ -16,7 +16,7 @@
        // 获取缓存
        private List<Model.Station> GetCache()
        {
            return CacheHelper<Model.Station>.GetSet(Settings.Project.ID, () =>
            return CacheHelper<Model.Station>.GetSet(SettingsD.Project.ID, () =>
            {
                var entities = _dal.GetAll();
                var models = Entity2Models(entities);
@@ -325,7 +325,7 @@
            var bol = _dal.Covers(entities);
            if (bol)
            {
                CacheHelper<Model.Station>.Remove(Settings.Project.ID);
                CacheHelper<Model.Station>.Remove(SettingsD.Project.ID);
            }
            return bol;
        }