springboot-vue3/src/main/java/com/example/springboot/mapper/HomeMapper.java
@@ -153,7 +153,7 @@ //查询玻璃是否已存在于出片队列 @Select("select * from out_slice where glassid=#{getbarcode} and (state=0 or state=1 or state=2)") @Select("select * from out_slice where glassid=#{getbarcode} and (state=0 or state=1 or state=2 or state=3)") Out_slice SelectQueueByglassid(String getbarcode); //添加出片队列