修改一致性分析限制

This commit is contained in:
2024-03-13 15:37:09 +08:00
parent ce67f4828f
commit 139e9daec0
2 changed files with 13 additions and 1 deletions
@@ -232,6 +232,12 @@ namespace IRaCIS.Core.Infra.EFCore
}
//public static async Task<bool> ExecuteUpdateAsync<T>(this IRaCISDBContext _dbContext, Expression<Func<T, bool>> where, Expression<Func<T, T>> updateFactory, Guid updateUserId) where T : Entity
//{
// return await _dbContext.Set<T>().Where(where).ExecuteUpdateAsync(, );
//}
#endregion