dev2
parent
34d8601d93
commit
8b5c64610c
|
@ -143,7 +143,7 @@ public class OrdersController {
|
|||
|
||||
|
||||
@GetMapping("/delByOrderId/{ordersName}")
|
||||
@Operation(summary = "彻底删除订单", description = "根据根据orderid删除数据库字段")
|
||||
@Operation(summary = "彻订单", description = "根据根据orderid删除数据库字段")
|
||||
Result delByOrderName(@Validated @PathVariable("ordersName") Integer ordersName){
|
||||
return orderShowService.delByOrderId(ordersName);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue