清理仓储完成3
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-23 15:10:28 +08:00
parent a43ef376c4
commit 2898c0380f
13 changed files with 30 additions and 113 deletions
@@ -17,7 +17,7 @@ using Microsoft.Extensions.Localization;
namespace IRaCIS.Core.Infra.EFCore
{
#region
#region 使
public interface IRepository
@@ -44,7 +44,6 @@ namespace IRaCIS.Core.Infra.EFCore
_dbContext = dbContext;
_mapper = mapper;
_userInfo = userInfo;
}
@@ -381,7 +380,7 @@ namespace IRaCIS.Core.Infra.EFCore
#region
#region
public async Task<TEntity> InsertOrUpdateAsync<TFrom>(TFrom from, bool autoSave = false, params EntityVerifyExp<TEntity>[] verify)
{
var entity = _mapper.Map<TEntity>(from);