修改一版

Uat_Study
he 2022-07-05 09:27:21 +08:00
parent c2e5f76970
commit f48de87e5c
2 changed files with 1 additions and 6 deletions

View File

@ -109,11 +109,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 审核建议
/// </summary>
public AuditAdvice AuditAdviceEnum { get; set; }
/// <summary>
/// 是否关闭
/// </summary>
public bool IsClosedDialog { get; set; }
}
public class MedicalReviewInfo

View File

@ -252,7 +252,7 @@ namespace IRaCIS.Core.Application.Service
Questioning = inDto.Questioning,
ImagePath = inDto.ImagePath,
AuditAdviceEnum = inDto.AuditAdviceEnum,
IsClosedDialog = inDto.IsClosedDialog
});
var result = await _taskMedicalReviewRepository.SaveChangesAsync();