更改代码

This commit is contained in:
he
2022-04-07 11:26:30 +08:00
parent 1954bc410d
commit 1eaeb315a2
6 changed files with 30 additions and 3 deletions
@@ -112,6 +112,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
Description=leftfrontAuditConfig.Description,
ModuleTypeName= leftmoduleTypec.ValueCN,
SignText= lefttrialSign.SignText,
Identification= leftfrontAuditConfig.Identification,
};
query = query.WhereIf(!dto.BlindName.IsNullOrEmpty(), x => x.BlindName == dto.BlindName)