From 4935cb286d468f920a37d3962903c0db30b28f49 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Thu, 2 Jun 2022 11:29:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Dto/GetReadModuleDto.cs | 4 +--- IRaCIS.Core.Application/Service/Reading/ReadModuleService.cs | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/GetReadModuleDto.cs b/IRaCIS.Core.Application/Service/Reading/Dto/GetReadModuleDto.cs index b60b65a7e..fe74c955b 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/GetReadModuleDto.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/GetReadModuleDto.cs @@ -45,7 +45,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto /// /// 名称 /// - 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; } - - /// /// 模块类型 /// diff --git a/IRaCIS.Core.Application/Service/Reading/ReadModuleService.cs b/IRaCIS.Core.Application/Service/Reading/ReadModuleService.cs index f2dac5d42..0705ca4ec 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadModuleService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadModuleService.cs @@ -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,