修改bug

Test.EIImageViewer
hang 2023-03-01 16:35:01 +08:00
parent ea0d3e08d8
commit dcb231f788
1 changed files with 3 additions and 0 deletions

View File

@ -591,7 +591,10 @@ namespace IRaCIS.Core.Application.Service
await _taskMedicalReviewRepository.UpdatePartialFromQueryAsync(x => !x.IsClosedDialog && x.Id == inDto.TaskMedicalReviewId, x => new TaskMedicalReview()
{
IsClosedDialog = true,
IsApplyHeavyReading=true,
MedicalDialogCloseEnum = MedicalDialogClose.IRApplyReReading,
FileName = inDto.FileName,
DisagreeReason = inDto.DisagreeReason,
});
}