修改医学审核
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()
|
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,
|
||||||
|
|
||||||
|
|
||||||
|
IsApplyHeavyReading = true,
|
||||||
FileName = inDto.FileName,
|
FileName = inDto.FileName,
|
||||||
|
ImagePath = JsonConvert.SerializeObject(inDto.FileList),
|
||||||
DisagreeReason = inDto.DisagreeReason,
|
DisagreeReason = inDto.DisagreeReason,
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue