From 557aaaac3832a634b7ecec55a5327dfb9f8c7dff Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期三, 10 四月 2024 09:11:17 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/Albania_Mes

---
 springboot-vue3/src/main/java/com/example/springboot/component/PlcHoldNew.java |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/PlcHoldNew.java b/springboot-vue3/src/main/java/com/example/springboot/component/PlcHoldNew.java
index 28a0b49..49863c4 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/component/PlcHoldNew.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/component/PlcHoldNew.java
@@ -51,15 +51,12 @@
       //涓�鍙风嚎璇锋眰
       if(ExportTOMES1!=null&&MESToPLC!=null){
       if (ExportTOMES1.equals("1") == true&&MESToPLC.equals("0")==true) {
-        //灏嗚繍杈撹溅鐘舵�佹敼涓哄繖纰�
         spianService.selectout(1);
       }
     }
       // //浜岀嚎鍙疯姹傛椂
       if(ExportToMES2!=null &&MESToPLC!=null){
       if (ExportToMES2.equals("1") == true&&MESToPLC.equals("0")==true) {
-        //灏嗚繍杈撹溅鐘舵�佹敼涓哄繖纰�
-       
         spianService.selectout(2);
       }
     }

--
Gitblit v1.8.0