From 3b101241141d99ea1a6ca6d11826e4ff2750c6b9 Mon Sep 17 00:00:00 2001
From: hang <872297557@qq.com>
Date: Tue, 29 Mar 2022 11:30:55 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=8F=82=E4=B8=8E=E4=BA=BA?=
=?UTF-8?q?=E5=91=98=E5=92=8C=E5=8F=82=E4=B8=8Esite=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Service/Document/TrialDocumentService.cs | 1 -
.../Service/Management/_MapConfig.cs | 1 -
.../DTO/TrialSiteSurveyViewModel.cs | 7 +-
.../DTO/TrialSiteUserSurveyViewModel.cs | 13 ++
.../SiteSurvey/TrialSiteSurveyService.cs | 18 +--
.../Service/SiteSurvey/_MapConfig.cs | 4 +
.../TrialSiteUser/DTO/UserTrialViewModel.cs | 8 +-
.../TrialSiteUser/TrialMaintenanceService.cs | 25 +--
.../Service/TrialSiteUser/TrialSiteService.cs | 2 +
.../Service/TrialSiteUser/_MapConfig.cs | 6 +
.../SiteSurvey/TrialSiteSurvey.cs | 8 +-
.../SiteSurvey/TrialSiteUserSurvey.cs | 153 +++++++++---------
IRaCIS.Core.Domain/Trial/Trial.cs | 4 +-
13 files changed, 131 insertions(+), 119 deletions(-)
diff --git a/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs b/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs
index f3a48dad1..dc5ad1b8b 100644
--- a/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs
+++ b/IRaCIS.Core.Application/Service/Document/TrialDocumentService.cs
@@ -488,7 +488,6 @@ namespace IRaCIS.Core.Application.Services
///
///
- [NonDynamicMethod]
public async Task UserConfirm(UserConfirmCommand userConfirmCommand)
{
diff --git a/IRaCIS.Core.Application/Service/Management/_MapConfig.cs b/IRaCIS.Core.Application/Service/Management/_MapConfig.cs
index 79daeeb2d..9013975c1 100644
--- a/IRaCIS.Core.Application/Service/Management/_MapConfig.cs
+++ b/IRaCIS.Core.Application/Service/Management/_MapConfig.cs
@@ -48,7 +48,6 @@ namespace IRaCIS.Core.Application.Service
CreateMap();
CreateMap