Compare commits
No commits in common. "77b45e80fe10d24f50f9e1937cbaf94ea911f474" and "5dae08d9c0b206e2839e1589faf6ea600c46fd99" have entirely different histories.
77b45e80fe
...
5dae08d9c0
|
|
@ -674,6 +674,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
{
|
||||
ReadingCalculateDto readingData = await _generalCalculateService.GetReadingCalculateDto(inDto.VisitTaskId);
|
||||
|
||||
|
||||
var markList = await _readingTaskQuestionMarkRepository.Where(x => x.VisitTaskId == inDto.VisitTaskId).ToListAsync();
|
||||
var rowInfo = readingData.QuestionInfo.Where(x => x.LesionType == LesionType.FatFraction)
|
||||
.SelectMany(x => x.TableRowInfoList).ToList();
|
||||
|
|
|
|||
Loading…
Reference in New Issue