修改bug
parent
ea0d3e08d8
commit
dcb231f788
|
@ -591,7 +591,10 @@ namespace IRaCIS.Core.Application.Service
|
||||||
await _taskMedicalReviewRepository.UpdatePartialFromQueryAsync(x => !x.IsClosedDialog && x.Id == inDto.TaskMedicalReviewId, x => new TaskMedicalReview()
|
await _taskMedicalReviewRepository.UpdatePartialFromQueryAsync(x => !x.IsClosedDialog && x.Id == inDto.TaskMedicalReviewId, x => new TaskMedicalReview()
|
||||||
{
|
{
|
||||||
IsClosedDialog = true,
|
IsClosedDialog = true,
|
||||||
|
IsApplyHeavyReading=true,
|
||||||
MedicalDialogCloseEnum = MedicalDialogClose.IRApplyReReading,
|
MedicalDialogCloseEnum = MedicalDialogClose.IRApplyReReading,
|
||||||
|
FileName = inDto.FileName,
|
||||||
|
DisagreeReason = inDto.DisagreeReason,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue