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