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