From 040a7959a61619b35a655352d523b6763250e1ea Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期四, 26 六月 2025 10:36:29 +0800
Subject: [PATCH] 来料检

---
 StandardInterface/MES.Service/service/QC/LljService.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/StandardInterface/MES.Service/service/QC/LljService.cs b/StandardInterface/MES.Service/service/QC/LljService.cs
index d5adec6..f396676 100644
--- a/StandardInterface/MES.Service/service/QC/LljService.cs
+++ b/StandardInterface/MES.Service/service/QC/LljService.cs
@@ -65,7 +65,8 @@
                         .Contains(queryObj.SearchValue.ToLower())
                      || a.ItemModel.ToLower()
                         .Contains(queryObj.SearchValue.ToLower()))
-            .OrderByDescending((a, b,
+          //  .OrderByDescending((a, b,
+            .OrderBy ((a, b,
                     e, f, g, i) => a.Id)
             //.Select((a, b,
             //        e, f, g, i) => new LtsLlj

--
Gitblit v1.9.3