修改医学审核
parent
dcb231f788
commit
4471ecf150
|
@ -591,10 +591,15 @@ 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,
|
||||
|
||||
|
||||
IsApplyHeavyReading = true,
|
||||
FileName = inDto.FileName,
|
||||
ImagePath = JsonConvert.SerializeObject(inDto.FileList),
|
||||
DisagreeReason = inDto.DisagreeReason,
|
||||
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue