ZengTao
2023-10-30 3472c98ae1f560d0e326cab0994fe755aeb89d8f
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();
}