| | |
| | | * @return |
| | | */ |
| | | @GetMapping("selectOrderLineChart") |
| | | public R selectOrderLineChart(@RequestParam("storeId") Long storeId,@RequestParam("type") Integer type){ |
| | | return comShopFlowerOrderService.selectOrderLineChart(storeId,type); |
| | | public R selectOrderLineChart(@RequestParam("storeId") Long storeId,@RequestParam("type") Integer type,@RequestParam("tab") Integer tab){ |
| | | return comShopFlowerOrderService.selectOrderLineChart(storeId,type,tab); |
| | | } |
| | | |
| | | /** |
| | |
| | | return comShopFlowerOrderService.pageOrderByDeliveryNo(pageComFlowerOrderListDTO); |
| | | } |
| | | |
| | | /** |
| | | * 统计上架的上下架商品数量 |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | @GetMapping("/countSaleByUserId") |
| | | R countSaleByUserId(@RequestParam("userId") Long userId){ |
| | | return comShopFlowerGoodsService.countSaleByUserId(userId); |
| | | } |
| | | |
| | | } |