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);