From dfce0011f8b675debd45adaefb9915c23a673d61 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期五, 27 十月 2023 17:01:24 +0800
Subject: [PATCH] 修改玻璃信息为分页显示,修改手动上面界面

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

diff --git a/springboot-vue3/src/main/java/com/example/springboot/mapper/SpianMapper.java b/springboot-vue3/src/main/java/com/example/springboot/mapper/SpianMapper.java
index 05b5daf..144eb1d 100644
--- a/springboot-vue3/src/main/java/com/example/springboot/mapper/SpianMapper.java
+++ b/springboot-vue3/src/main/java/com/example/springboot/mapper/SpianMapper.java
@@ -103,5 +103,8 @@
      //鏍规嵁绗煎瓙鏍煎瓙灞傛暟鑾峰彇鐜荤拑id
      @Select("SELECT COUNT(*) FROM `storage_cage` where state=3;")
      Integer Selectoutstate();
+    //鑾峰彇杩涚墖闃熷垪id
+     @Select("select glassid from queue where type=1 and state=0;")
+     String Selectqueueid();
 }
     
\ No newline at end of file

--
Gitblit v1.8.0