添加
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user