wuyouming666
2024-01-12 f9163b89a69f20289eb5bec62d31ecc7e43988f1
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();
    // 判断铝框出片表是否有玻璃正在出片中