From 8680cf357e3478ebc6b13ee72efee6975a6c5d6c Mon Sep 17 00:00:00 2001 From: xusc Date: Tue, 12 Mar 2024 17:01:45 +0800 Subject: [PATCH] .. --- .../Service/基础设置/SysEnumKey/SysEnumKeyAppService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/aspnet-core/ICS.Application/Business/Service/基础设置/SysEnumKey/SysEnumKeyAppService.cs b/src/aspnet-core/ICS.Application/Business/Service/基础设置/SysEnumKey/SysEnumKeyAppService.cs index 6d0d23cd..ee20e7cb 100644 --- a/src/aspnet-core/ICS.Application/Business/Service/基础设置/SysEnumKey/SysEnumKeyAppService.cs +++ b/src/aspnet-core/ICS.Application/Business/Service/基础设置/SysEnumKey/SysEnumKeyAppService.cs @@ -162,7 +162,7 @@ namespace ICS.Application.Business.Service var entity = await _repository.GetAsync(input.Id); if (entity == null) { - throw new UserFriendlyException(L("NoExistsCurrentCode", "xx")); + throw new UserFriendlyException(L("NoExistsCurrentCode", "自定义档案")); } #region //删除验证 //删除子表 @@ -180,7 +180,7 @@ namespace ICS.Application.Business.Service var entitys = await _repository.GetAllListAsync(x => input.Contains(x.Id)); if (entitys == null) { - throw new UserFriendlyException(L("NoExistsCurrentCode", "xx")); + throw new UserFriendlyException(L("NoExistsCurrentCode", "自定义档案")); } #region //删除验证 foreach (var item in entitys)