From a0a4929a99a9d85cb38230f06244eeba65525afc Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期五, 19 十二月 2025 17:53:05 +0800
Subject: [PATCH] 来料、首、巡检验项目排序
---
service/QC/IpqcService.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/service/QC/IpqcService.cs b/service/QC/IpqcService.cs
index d6c87f0..63e95d6 100644
--- a/service/QC/IpqcService.cs
+++ b/service/QC/IpqcService.cs
@@ -123,6 +123,8 @@
IPQCpscs = a.IPQCpscs,
FcheckType =a.FcheckType,
}).OrderBy(a => a.Order)
+ .OrderBy(a => a.Guid)
+
.ToList();
}
--
Gitblit v1.9.3