Suject稽查bug trigger 两次事务

This commit is contained in:
2022-08-19 10:20:22 +08:00
parent d4fdf74198
commit 4388dbd547
6 changed files with 29 additions and 14 deletions
@@ -65,7 +65,7 @@ namespace IRaCIS.Application.Services
await _repository.SaveChangesAsync();
await _subjectRepository.SaveChangesAsync();
return ResponseOutput.Ok(mapedSubject.Id.ToString());