ZengTao
2023-11-01 ce7da2e967f19e7e5543c25e91b7a759a6f360a5
springboot-vue3/src/main/java/com/example/springboot/mapper/SpianMapper.java
@@ -103,5 +103,11 @@
     //根据笼子格子层数获取玻璃id
     @Select("SELECT COUNT(*) FROM `storage_cage` where state=3;")
     Integer Selectoutstate();
     //获取进片队列id
     @Select("select glassid from queue where type=1")
     String Selectqueueid();
     //获取进片队列id
     @Select("select state from queue where type=1")
     String Selectqueuestate();
}