修改一版
parent
f947ffa800
commit
5a50b95987
|
@ -1026,7 +1026,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
|||
|
||||
string errorMassage = string.Empty;
|
||||
|
||||
var rowAnswerList = await _readingTableAnswerRowInfoRepository.Where(x => x.VisitTaskId == inDto.VisitTaskId && (x.MeasureData == string.Empty || x.MeasureData == null))
|
||||
var rowAnswerList = await _readingTableAnswerRowInfoRepository.Where(x => x.VisitTaskId == inDto.VisitTaskId &&x.ReadingQuestionTrial.LesionType!=LesionType.BaselineLesions&& (x.MeasureData == string.Empty || x.MeasureData == null))
|
||||
.Select(x => new
|
||||
{
|
||||
x.ReadingQuestionTrial.OrderMark,
|
||||
|
|
Loading…
Reference in New Issue