wuyouming666
2024-01-11 5400d8b310ce6fe6919594a096f3a87307a66e61
springboot-vue3/src/main/java/com/example/springboot/mapper/SpianMapper.java
@@ -190,7 +190,7 @@
    int Selectqueuestate();
    // 判断铝框出片表是否有玻璃需要出
    @Select("SELECT glassid FROM `out_slice` where state=0  order by sequence,id  limit 1;")
    @Select("SELECT glassid FROM `out_slice` where state=0 and framestate!=1 order by sequence,id  limit 1;")
    String SelectOutSlice();
    // 判断铝框出片表是否有玻璃正在出片中