数据库异常处理

This commit is contained in:
2023-06-14 13:35:46 +08:00
parent a20ed9c876
commit 2ea2c037e8
3 changed files with 18 additions and 7 deletions
@@ -477,7 +477,6 @@ namespace IRaCIS.Application.Services
return await userQueryable.ToPagedListAsync(param.PageIndex, param.PageSize, param.SortField == string.Empty ? "UserName" : param.SortField, param.Asc);
}
/// <summary>