From 307f9cb844596b75460363e22eb3ca1e89189264 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Mon, 21 Nov 2022 15:34:55 +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 --- IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs b/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs index 869efc58..96dd3377 100644 --- a/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs +++ b/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs @@ -908,6 +908,7 @@ namespace IRaCIS.Core.Application.Service.Allocation IsReadingShowSubjectInfo= criterionConfig.IsReadingShowSubjectInfo, IsReadingShowPreviousResults= criterionConfig.IsReadingShowPreviousResults, DigitPlaces= criterionConfig.DigitPlaces, + CriterionType=criterionConfig.CriterionType, }); } else @@ -935,6 +936,7 @@ namespace IRaCIS.Core.Application.Service.Allocation IsReadingShowSubjectInfo = criterionConfig.IsReadingShowSubjectInfo, IsReadingShowPreviousResults = criterionConfig.IsReadingShowPreviousResults, DigitPlaces = criterionConfig.DigitPlaces, + CriterionType = criterionConfig.CriterionType, }); }