更新调研表 清除 初审 复审
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
208dab27dc
commit
763220dcef
|
|
@ -5,6 +5,7 @@
|
|||
//--------------------------------------------------------------------
|
||||
using DocumentFormat.OpenXml.Office2013.Excel;
|
||||
using DocumentFormat.OpenXml.Spreadsheet;
|
||||
using DocumentFormat.OpenXml.Vml;
|
||||
using IRaCIS.Application.Contracts;
|
||||
using IRaCIS.Core.Application.Auth;
|
||||
using IRaCIS.Core.Application.Helper;
|
||||
|
|
@ -714,6 +715,11 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
copy.Id = Guid.Empty;
|
||||
copy.CreateTime = DateTime.Now;
|
||||
|
||||
copy.PreliminaryUserId = null;
|
||||
copy.ReviewerUserId = null;
|
||||
copy.PreliminaryTime = null;
|
||||
copy.ReviewerTime = null;
|
||||
|
||||
if (userInfo.ReplaceUserEmailOrPhone != userInfo.EmailOrPhone)
|
||||
{
|
||||
copy.UserName = String.Empty;
|
||||
|
|
|
|||
Loading…
Reference in New Issue