修改一版

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>
/// 名称 /// 名称
/// </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; } public Guid Id { get; set; }
/// <summary> /// <summary>
/// 模块类型 /// 模块类型
/// </summary> /// </summary>

View File

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