wuyouming666
2023-12-12 fb32fb5bb4be336171dca41e62d3d6c6c5803f34
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);
  //添加出片队列