| | |
| | | !"未完成".Equals(queryObj.result), |
| | | (s, a, c, b) => s.FcheckResu != null) |
| | | .WhereIF(id > 0, (s, a, c, b) => s.Id == id) |
| | | //.WhereIF(queryObj.Comments != null, (s, a, c, b) => s.Comments == queryObj.Comments) |
| | | .WhereIF(StringUtil.IsNotNullOrEmpty(queryObj.SearchValue), |
| | | (s, a, c, b) => s.ReleaseNo.Contains(queryObj.SearchValue) || |
| | | s.ItemNo.Contains(queryObj.SearchValue) || |
| | | s.BillNo.Contains(queryObj.SearchValue) || |
| | | b.ItemName.Contains(queryObj.SearchValue) || |
| | | c.LineNo.Contains(queryObj.SearchValue)) |
| | | .Select((s, a, c, b) => new QsQaItemXj |
| | | { |
| | | Daa020 = c.LineNo, |