修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
35be7f3144
commit
93d3024b0f
|
@ -516,7 +516,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
await _readingMedicineTrialQuestionRepository.AddRangeAsync(needList);
|
await _readingMedicineTrialQuestionRepository.AddRangeAsync(_mapper.Map<List<ReadingMedicineTrialQuestion>>(needList));
|
||||||
var result = await _readingMedicineTrialQuestionRepository.SaveChangesAsync();
|
var result = await _readingMedicineTrialQuestionRepository.SaveChangesAsync();
|
||||||
return ResponseOutput.Ok();
|
return ResponseOutput.Ok();
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,7 +57,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
|
|
||||||
CreateMap<VisitTask, VisitTaskDto>();
|
CreateMap<VisitTask, VisitTaskDto>();
|
||||||
CreateMap<ShortcutKey, DefaultShortcutKeyView>();
|
CreateMap<ShortcutKey, DefaultShortcutKeyView>();
|
||||||
|
CreateMap<TrialDataFromSystem, ReadingMedicineTrialQuestion>();
|
||||||
|
|
||||||
CreateMap<ReadingCustomTag, ReadingCustomTagDto>();
|
CreateMap<ReadingCustomTag, ReadingCustomTagDto>();
|
||||||
CreateMap<ReadingCustomTagDto, ReadingCustomTag>();
|
CreateMap<ReadingCustomTagDto, ReadingCustomTag>();
|
||||||
|
|
Loading…
Reference in New Issue