下载记录表 增加SubjectId字段
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-11 11:04:19 +08:00
parent 854f1e5109
commit 751c976f95
6 changed files with 17842 additions and 0 deletions
@@ -761,6 +761,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
select new
{
TrialId = sv.TrialId,
SubjectId=sv.SubjectId,
SubjectCode = sv.Subject.Code,
VisitName = sv.VisitName,
@@ -809,6 +810,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
{
Id = NewId.NextSequentialGuid(),
TrialId = result.TrialId,
SubjectId = result.SubjectId,
SubjectCode = result.SubjectCode,
IP = _userInfo.IP,
DownloadStartTime = DateTime.Now,
@@ -1026,6 +1028,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
{
Id = NewId.NextSequentialGuid(),
TrialId = info.TrialId,
SubjectId=inQuery.SubjectId,
SubjectCode = inQuery.SubjectCode,
IP = _userInfo.IP,
DownloadStartTime = DateTime.Now,