Authored by sailing-PC\sailing

fix

@@ -17,7 +17,6 @@ import org.springframework.web.bind.annotation.RestController; @@ -17,7 +17,6 @@ import org.springframework.web.bind.annotation.RestController;
17 import java.util.Objects; 17 import java.util.Objects;
18 18
19 @RestController 19 @RestController
20 -@RequestMapping(value = "/buyerOrder")  
21 public class BuyerOrderController { 20 public class BuyerOrderController {
22 21
23 22