From a857f046b72f33146b5042dfbf9371debacb7de7 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Sat, 8 Oct 2022 09:42:22 +0800 Subject: [PATCH] x --- .../Service/Allocation/VisitTaskHelpeService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Allocation/VisitTaskHelpeService.cs b/IRaCIS.Core.Application/Service/Allocation/VisitTaskHelpeService.cs index 1a525ed0..e133e27b 100644 --- a/IRaCIS.Core.Application/Service/Allocation/VisitTaskHelpeService.cs +++ b/IRaCIS.Core.Application/Service/Allocation/VisitTaskHelpeService.cs @@ -866,7 +866,7 @@ namespace IRaCIS.Core.Application.Service SuggesteFinishedTime = oncologySubjectUser == null ? null : DateTime.Now.AddDays(7), TaskCode = AppSettings.GetCodeStr(currentMaxCodeInt + 1, nameof(VisitTask)), - ReadingCategory = item.ReadingCategory + ReadingCategory = item.ReadingCategory, TrialReadingCriterionId = originalTaskInfo.TrialReadingCriterionId, });