lixiaojun
2023-11-07 44ced5c9cd0e1380db237c498a19160f909807e9
Yw.Application.Unit.Core/2-type/2-std/SysUnitType_StdController.cs
@@ -21,6 +21,7 @@
            var vm_list = MemoryCacheHelper.GetSet(cacheKey, () =>
            {
                var all = new Service.SysUnitType().GetAll();
                Service.SysUnitType.PublishCache(cacheKey);
                var vmList = all?.Select(x => new SysUnitTypeStdDto(x)).ToList();
                return vmList;
            }, CacheHelper.CacheLevel5);