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