IRC_NewDev
parent
16e985b37e
commit
93726ae28c
|
@ -242,7 +242,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
|
||||
if (inDto.TrialId != null)
|
||||
{
|
||||
var success = await _doctorRepository.BatchUpdateNoTrackingAsync(o => o.Id == inDto.DoctorId&&o.TrialId==inDto.TrialId.Value, u => new Doctor()
|
||||
var success = await _doctorRepository.BatchUpdateNoTrackingAsync(o => o.DoctorId == inDto.DoctorId&&o.TrialId==inDto.TrialId.Value, u => new Doctor()
|
||||
{
|
||||
OtherClinicalExperience = inDto.OtherClinicalExperience ?? string.Empty,
|
||||
OtherClinicalExperienceCN = inDto.OtherClinicalExperienceCN ?? string.Empty
|
||||
|
|
Loading…
Reference in New Issue