中心调研拷贝历史日式bug
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2b5066f967
commit
d6fc7f7911
|
|
@ -708,6 +708,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
//更新调研表日志
|
//更新调研表日志
|
||||||
|
|
||||||
var info = await GetSiteSurveyInfo(currentLatest.Id, currentLatest.TrialId);
|
var info = await GetSiteSurveyInfo(currentLatest.Id, currentLatest.TrialId);
|
||||||
|
copy.TrialSiteEquipmentSurveyList.ForEach(t => { t.Id = Guid.Empty; });
|
||||||
copy.SiteSurveyLogList.Add(new SiteSurveyLog() { Name = userInfo.ReplaceUserEmailOrPhone, OptType = SiteSurveyOptTyp.Update, OriginTrialSiteSurveyId = currentLatest.Id, Json = info.ToJsonStr() });
|
copy.SiteSurveyLogList.Add(new SiteSurveyLog() { Name = userInfo.ReplaceUserEmailOrPhone, OptType = SiteSurveyOptTyp.Update, OriginTrialSiteSurveyId = currentLatest.Id, Json = info.ToJsonStr() });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue