IRC_NewDev
he 2024-03-22 15:22:49 +08:00
parent 8823656231
commit d6dacb93dd
1 changed files with 2 additions and 2 deletions

View File

@ -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,