From d1b1260f2c9f4ed66f8dc4072a032e56280633e5 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期五, 23 二月 2024 11:25:36 +0800
Subject: [PATCH] 代码更新

---
 springboot-vue3/src/main/java/com/example/springboot/service/SpianServiceNew.java |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/springboot-vue3/src/main/java/com/example/springboot/service/SpianServiceNew.java b/springboot-vue3/src/main/java/com/example/springboot/service/SpianServiceNew.java
index 15942f2..9a47ea2 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/service/SpianServiceNew.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/service/SpianServiceNew.java
@@ -20,12 +20,14 @@
 public class SpianServiceNew {
     @Autowired
     private SpianMapper spianMapper;
-          //璇诲彇DB105鍖烘枃浠�
+      
+    // @GetMapping("/all")
+    public Short selectAll(String glassid) {
+
+            //璇诲彇DB105鍖烘枃浠�
       PlcParameterObject plcmes=PLCAutoMes.PlcMesObject;
       //璇�106
       PlcParameterObject plcread=PLCAutoMes.PlcReadObject;
-    // @GetMapping("/all")
-    public Short selectAll(String glassid) {
 
         int cage1 = 0;
         int cells;

--
Gitblit v1.8.0