修改一版

Uat_Study
he 2022-06-02 11:29:34 +08:00
parent c8f71fa61b
commit 4935cb286d
2 changed files with 2 additions and 4 deletions

View File

@ -45,7 +45,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 名称
/// </summary>
public string SubjectVisitName { get; set; }
public string Name { get; set; }
}
@ -89,8 +89,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public Guid Id { get; set; }
/// <summary>
/// 模块类型
/// </summary>

View File

@ -192,7 +192,7 @@ namespace IRaCIS.Application.Services
SubjectId = dto.SubjectId,
ModuleType = ModuleTypeEnum.Read,
IsUrgent = visit.IsUrgent,
ModuleName = dto.SubjectVisitName,
ModuleName = dto.Name,
SubjectVisitId = visit.Id,
Status = ReadModuleEnum.ImageRead,