wuyouming666
2023-12-15 b4278445d7b578f33c08bda340b34f6a89e501a2
springboot-vue3/src/main/java/com/example/springboot/controller/SpianController.java
@@ -24,7 +24,7 @@
@GetMapping("/all2")
    public void selectdd(String orderid){
       SpianService service=new SpianService();
       service.selectout(orderid);
       service.selectout2(orderid);
    
}