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