From ed1c161be697e89a2ddea8b9767463791b33a928 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Tue, 21 Jun 2022 17:21:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/ReadingImageTaskService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs index a36fcc753..f817c9368 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingImageTaskService.cs @@ -389,7 +389,7 @@ namespace IRaCIS.Application.Services SourceSubjectVisitId = firstTask.SourceSubjectVisitId, SubjectId = firstTask.SubjectId, ReadingTaskState = ReadingTaskState.WaitReading, - TaskName = firstTask.TaskName + "AD", + TaskName = firstTask.TaskName + " AD", ReadingCategory = ReadingCategory.Judge, TrialId = firstTask.TrialId, };