src/main/java/com/mzl/flower/web/payment/DeliveryOrderController.java
@@ -144,6 +144,12 @@ return returnData(R.SUCCESS.getCode(), deliveryOrderService.getDeliveryOrderItem(id)); } @PostMapping("/list/items/views") @ApiOperation(value = "获取商品详情列表") public ResponseEntity<ReturnDataDTO<List<DeliveryOrderItemDTO>>> getDeliveryOrderItem(@RequestBody PostQueryDTO dto){ return returnData(R.SUCCESS.getCode(), deliveryOrderService.getDeliveryOrderItems(dto)); } //////////////////////////////////////////////////////////新接口 @GetMapping("/check/list") @ApiOperation(value = "查询集货站供应商配送列表")