Compare commits

..

No commits in common. "c87e2681654fe56ecdd4b9728025a884afe203af" and "fed21316dfd0d9777fb724662b55c2c018417f6c" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ namespace IRaCIS.Core.Application.Service
if (inDto.TrialId != null) if (inDto.TrialId != null)
{ {
var success = await _doctorRepository.BatchUpdateNoTrackingAsync(o => o.DoctorId == inDto.DoctorId&&o.TrialId==inDto.TrialId.Value, u => new Doctor() var success = await _doctorRepository.BatchUpdateNoTrackingAsync(o => o.Id == inDto.DoctorId&&o.TrialId==inDto.TrialId.Value, u => new Doctor()
{ {
OtherClinicalExperience = inDto.OtherClinicalExperience ?? string.Empty, OtherClinicalExperience = inDto.OtherClinicalExperience ?? string.Empty,
OtherClinicalExperienceCN = inDto.OtherClinicalExperienceCN ?? string.Empty OtherClinicalExperienceCN = inDto.OtherClinicalExperienceCN ?? string.Empty