This commit is contained in:
he
2022-04-13 14:53:38 +08:00
parent b643ae1c18
commit 587ead5ae4
2 changed files with 33 additions and 25 deletions
@@ -92,7 +92,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
{
CreateTime = data.CreateTime,
CreateUserId = data.CreateUserId,
ModuleType = data.ModuleType,
ModuleType = leftmoduleTypec.Id.ToString(),
BlindName = data.BlindName,
TrialId = data.TrialId,
SiteId = data.SiteId,
@@ -132,6 +132,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
Identification= leftfrontAuditConfig.Identification,
OptType= leftOptType.Value,
VisitNum=leftsubjectVisit.VisitNum,
};
query = query.WhereIf(dto.TrialId != null, x => x.TrialId == dto.TrialId)