IRC_NewDev
parent
8823656231
commit
d6dacb93dd
|
@ -1827,7 +1827,7 @@ namespace IRaCIS.Application.Services
|
||||||
|
|
||||||
|
|
||||||
await _readingTaskQuestionMarkRepository.BatchUpdateNoTrackingAsync(x =>
|
await _readingTaskQuestionMarkRepository.BatchUpdateNoTrackingAsync(x =>
|
||||||
(x.QuestionType == QuestionType.SplenicTopPosition || x.QuestionType == QuestionType.SplenicBottomPosition) ||
|
(x.QuestionType == QuestionType.SplenicTopPosition || x.QuestionType == QuestionType.SplenicBottomPosition) &&
|
||||||
x.VisitTaskId == inDto.VisitTaskId && needDeleteMarkQuestonIds.Contains(x.QuestionId), x => new ReadingTaskQuestionMark()
|
x.VisitTaskId == inDto.VisitTaskId && needDeleteMarkQuestonIds.Contains(x.QuestionId), x => new ReadingTaskQuestionMark()
|
||||||
{
|
{
|
||||||
PicturePath = string.Empty,
|
PicturePath = string.Empty,
|
||||||
|
@ -1835,7 +1835,7 @@ namespace IRaCIS.Application.Services
|
||||||
}) ;
|
}) ;
|
||||||
|
|
||||||
await _readingTaskQuestionMarkRepository.BatchUpdateNoTrackingAsync(x =>
|
await _readingTaskQuestionMarkRepository.BatchUpdateNoTrackingAsync(x =>
|
||||||
(x.QuestionType == QuestionType.LiverSUVmax || x.QuestionType == QuestionType.MediastinumSUVmax) ||
|
(x.QuestionType == QuestionType.LiverSUVmax || x.QuestionType == QuestionType.MediastinumSUVmax) &&
|
||||||
x.VisitTaskId == inDto.VisitTaskId && needDeleteMarkQuestonIds.Contains(x.QuestionId), x => new ReadingTaskQuestionMark()
|
x.VisitTaskId == inDto.VisitTaskId && needDeleteMarkQuestonIds.Contains(x.QuestionId), x => new ReadingTaskQuestionMark()
|
||||||
{
|
{
|
||||||
OtherPicturePath = string.Empty,
|
OtherPicturePath = string.Empty,
|
||||||
|
|
Loading…
Reference in New Issue