ZengTao
2023-10-30 d06205a8e488c1857ff0c02cf3f59fea720688bb
springboot-vue3/src/main/java/com/example/springboot/mapper/SpianMapper.java
@@ -104,7 +104,10 @@
     @Select("SELECT COUNT(*) FROM `storage_cage` where state=3;")
     Integer Selectoutstate();
    //获取进片队列id
     @Select("select glassid from queue where type=1 and state=0;")
     @Select("select glassid from queue where type=1")
     String Selectqueueid();
     //获取进片队列id
     @Select("select state from queue where type=1")
     String Selectqueuestate();
}