wuyouming666
2023-11-27 7bde42462e2f0997324755ab629d2f2c6e4fcc76
springboot-vue3/src/main/java/com/example/springboot/controller/SpianController.java
@@ -33,7 +33,7 @@
   //按订单优先进片
    public void selectAll(Short glassid){
       SpianService service=new SpianService();
       service.selectAll(glassid);
       service.selectAll(Short.toString(glassid));
      
    }