11
tjx
昨天 5060625aff047fc1227a7c9d4fc8044fd0531574
11
已修改1个文件
7 ■■■■ 文件已修改
MES.Service/service/QC/XJService.cs 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
MES.Service/service/QC/XJService.cs
@@ -138,7 +138,12 @@
                !"未完成".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,