StandardInterface/MES.Service/service/QC/LljService.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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);