ZengTao
2023-12-15 0675b1d0b21d2e883a0d984c0e8d2acf8b67999a
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);
  //添加出片队列