xwt
2025-06-03 d1494fe0c1c68a8bd5044814ec7368a7db918dde
来料检搜索框新增物料规格
已修改1个文件
2 ■■■■■ 文件已修改
StandardInterface/MES.Service/service/QC/LljService.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
StandardInterface/MES.Service/service/QC/LljService.cs
@@ -47,6 +47,8 @@
                     || a.LotNo.ToLower()
                        .Contains(queryObj.SearchValue.ToLower())
                     || a.ReleaseNo.ToLower()
                        .Contains(queryObj.SearchValue.ToLower())
                     || a.ItemModel.ToLower()
                        .Contains(queryObj.SearchValue.ToLower()))
            .OrderByDescending(a => a.Id)
            .ToPageList(queryObj.PageIndex, queryObj.Limit, ref totalCount);