wuyouming666
2023-11-21 be244a9e202ef069ccb57040ffbec59c89d40cfd
springboot-vue3/src/main/java/com/example/springboot/mapper/SpianMapper.java
@@ -135,7 +135,7 @@
     StorageCage SelectQueout(String orderid,int cage,int cell);
     //获取进片队列id
     @Select("select glassid from queue where type=1 and state=0;")
     @Select("select glassid from queue where type=1")
//     @Select("select glassid from queue where type=1")
     String Selectqueueid();
     //获取进片队列id
     @Select("select state from queue where type=1")