添加参数

This commit is contained in:
he
2022-04-12 09:05:26 +08:00
parent bbcf9bf9e7
commit 1a2dbd150a
5 changed files with 54 additions and 2 deletions
@@ -127,7 +127,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
ModuleTypeName= leftmoduleTypec.ValueCN,
SignText= lefttrialSign.SignText,
Identification= leftfrontAuditConfig.Identification,
OptType= leftOptType.ValueCN,
OptType= leftOptType.Value,
};
query = query.WhereIf(!dto.BlindName.IsNullOrEmpty(), x => x.BlindName == dto.BlindName)