修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user