This commit is contained in:
he
2022-04-22 15:22:34 +08:00
parent b3b783ae8a
commit 10a2a8f4f3
3 changed files with 8 additions and 2 deletions
@@ -137,7 +137,8 @@ namespace IRaCIS.Core.Application.Service.Inspection
Identification= leftfrontAuditConfig.Identification,
OptType= leftOptType.Value,
VisitNum=leftsubjectVisit.VisitNum,
IsFrontAdd=data.IsFrontAdd
};
query = query.WhereIf(dto.TrialId != null, x => x.TrialId == dto.TrialId)