修改修改一版

This commit is contained in:
he
2022-04-20 20:20:50 +08:00
parent bf9055c80f
commit 04ba060c84
3 changed files with 27 additions and 20 deletions
@@ -150,7 +150,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
.WhereIf(!dto.Description.IsNullOrEmpty(), x => x.Description == dto.Description)
.WhereIf(!dto.OpByUserName.IsNullOrEmpty(), x => x.CreateUserName.Contains(dto.OpByUserName))
//.WhereIf(!dto.SubjectInfo.IsNullOrEmpty(), x => x.SubjectCode.Contains(dto.SubjectInfo))
.WhereIf(dto.IsSign != null, x => x.IsSign == dto.IsSign);
.WhereIf(dto.IsSign != null, x => x.IsSign == dto.IsSign);
#endregion