From 7a6e4f5b60c2092184c5b601be5cbe036a55ab7b Mon Sep 17 00:00:00 2001
From: 刘小明 <liuxm_a@163.com>
Date: 星期四, 10 十月 2024 09:06:20 +0800
Subject: [PATCH] selectNodeBySort,sta_repair_info.insertSelective 方法修改

---
 pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/util/DeviceStatus.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/util/DeviceStatus.java b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/util/DeviceStatus.java
index a55c5a3..f2a626c 100644
--- a/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/util/DeviceStatus.java
+++ b/pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/util/DeviceStatus.java
@@ -5,9 +5,9 @@
     ASSEMBLING(1, "缁勮涓�"),
     COMPLETED(2, "瀹屾垚"),
     REPAIR(3, "缁翠慨"),
-    WASTE(4, "鎶ュ簾"),
-    TEST_FAILED(5, "娴嬭瘯涓嶉�氳繃"),
-    INSPECTION_FAILED(6, "鍝佹涓嶉�氳繃");
+    WASTE(4, "鎶ュ簾");
+    //TEST_FAIL(5, "娴嬭瘯涓嶉�氳繃"),
+    //INSPECTION_FAIL(6, "鍝佹涓嶉�氳繃");
 
     private final int code;
     private final String description;

--
Gitblit v1.8.0