手动发送邮件 医生入组bug修改

This commit is contained in:
2023-03-20 09:18:29 +08:00
parent 3e4def27ee
commit e7c389ea0f
4 changed files with 21 additions and 4 deletions
@@ -456,7 +456,9 @@ namespace IRaCIS.Application.Services
}
return ResponseOutput.Result(await _enrollRepository.SaveChangesAsync());
await _enrollRepository.SaveChangesAsync();
return ResponseOutput.Ok();
}