|
|
@@ -43,9 +43,9 @@ public class OrderController {
|
|
|
* @author : 付斌
|
|
|
* @date : 2024-02-28 13:24
|
|
|
*/
|
|
|
- @PostMapping({"select_order_item_by_id/{id}"})
|
|
|
- public ResponseResultVO<Map<String, Object>> selectOrderItemById(@PathVariable String id) {
|
|
|
- return orderService.selectOrderItemById(id);
|
|
|
+ @PostMapping({"select_order_info_by_id/{id}"})
|
|
|
+ public ResponseResultVO<Map<String, Object>> selectOrderInfoById(@PathVariable String id) {
|
|
|
+ return orderService.selectOrderInfoById(id);
|
|
|
}
|
|
|
|
|
|
/**
|