修改bug
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user