中心调研拷贝历史日式bug
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net10
hang 2026-08-12 14:10:39 +08:00
parent 2b5066f967
commit d6fc7f7911
1 changed files with 1 additions and 0 deletions

View File

@ -708,6 +708,7 @@ namespace IRaCIS.Core.Application.Contracts
//更新调研表日志
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() });
}