|
|
@@ -146,7 +146,7 @@ public class ProductOrderController extends BaseController {
|
|
|
}
|
|
|
|
|
|
@PreAuthorize("@ss.hasPermi('product:order:query')")
|
|
|
- @PostMapping("/admin/page/stats")
|
|
|
+ @GetMapping("/admin/page/stats")
|
|
|
@ApiOperation("积分订单管理统计接口")
|
|
|
public R<ProductOrderCountVo> adminPageStats() {
|
|
|
ProductOrderCountVo vo = this.productOrderInfoService.adminPageStats();
|