This commit is contained in:
2023-04-27 17:20:41 +08:00
parent f7ed595f7c
commit df8d4e3afc
2 changed files with 5 additions and 2 deletions
@@ -284,8 +284,11 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
}
using (await _mutex.LockAsync())
{
await _repository.SaveChangesAsync();
await _repository.SaveChangesAsync();
}
return ResponseOutput.Ok();