From a719ca752f502a3e3e450b77e98563022d973cf6 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 29 Aug 2023 17:47:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E7=A0=94=E8=A1=A8--30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/SiteSurvey/TrialSiteSurveyService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRaCIS.Core.Application/Service/SiteSurvey/TrialSiteSurveyService.cs b/IRaCIS.Core.Application/Service/SiteSurvey/TrialSiteSurveyService.cs index 350349ecf..20b6138a6 100644 --- a/IRaCIS.Core.Application/Service/SiteSurvey/TrialSiteSurveyService.cs +++ b/IRaCIS.Core.Application/Service/SiteSurvey/TrialSiteSurveyService.cs @@ -317,6 +317,8 @@ namespace IRaCIS.Core.Application.Contracts copy.State = TrialSiteSurveyEnum.ToSubmit; copy.IsDeleted = false; + copy.Phone=string.Empty; + copy.UserName=string.Empty; copy.Email = userInfo.EmailOrPhone; copy.Id = Guid.Empty; copy.CreateTime = DateAndTime.Now;