文件名从 IStation.Application.SZJT/99-logic/10-mobile/01-station-list/StationList_MobileController.cs 修改 |
| | |
| | | { |
| | | #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) |
| | | { |
| | |
| | | |
| | | #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; |