From ce7da2e967f19e7e5543c25e91b7a759a6f360a5 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期三, 01 十一月 2023 10:31:50 +0800 Subject: [PATCH] 按要求修改主页面上片队列显示及操作 --- springboot-vue3/src/main/java/com/example/springboot/mapper/SpianMapper.java | 7 +++++-- 1 files changed, 5 insertions(+), 2 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 144eb1d..858f9ec 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,8 +103,11 @@ //鏍规嵁绗煎瓙鏍煎瓙灞傛暟鑾峰彇鐜荤拑id @Select("SELECT COUNT(*) FROM `storage_cage` where state=3;") Integer Selectoutstate(); - //鑾峰彇杩涚墖闃熷垪id - @Select("select glassid from queue where type=1 and state=0;") + //鑾峰彇杩涚墖闃熷垪id + @Select("select glassid from queue where type=1") String Selectqueueid(); + //鑾峰彇杩涚墖闃熷垪id + @Select("select state from queue where type=1") + String Selectqueuestate(); } \ No newline at end of file -- Gitblit v1.8.0