lixiaojun
2024-09-09 c0f3c3f170846197d8d3f74ac123e0ac93a6dd67
IStation.Application.SZJT/99-logic/08-mobile/01-station-list/StationList_MobileController.cs
文件名从 IStation.Application.SZJT/99-logic/10-mobile/01-station-list/StationList_MobileController.cs 修改
@@ -22,8 +22,8 @@
            {
                #region 鑾峰彇榛樿绛栫暐
                var allPolicyList = new Service.LogicPolicy().GetAll();
                Service.LogicPolicy.PublishCache(cacheKey);
                var allPolicyList = new Yw.Service.LogicPolicy().GetAll();
                Yw.Service.LogicPolicy.PublishCache(cacheKey);
                var policy = allPolicyList?.Find(x => x.Flags.Contains(IStation.Flags.榛樿));
                if (policy == null)
                {
@@ -38,8 +38,8 @@
                #region 鑾峰彇娓呭崟鍒楄〃
                var allLogicTreeList = new Service.LogicTree().GetExByPolicyID(policy.ID);
                Service.LogicTree.PublishCache(cacheKey);
                var allLogicTreeList = new Yw.Service.LogicTree().GetExByPolicyID(policy.ID);
                Yw.Service.LogicTree.PublishCache(cacheKey);
                if (allLogicTreeList == null || allLogicTreeList.Count < 1)
                {
                    return default;