商品统计

This commit is contained in:
Tankaikai
2025-03-14 10:41:24 +08:00
parent 9b53f62442
commit 053226f506

View File

@@ -232,7 +232,7 @@ public class ProductController {
@GetMapping("statistics")
@OperationLog("商品-统计")
//@SaAdminCheckPermission("product:statistics")
public CzgResult<Void> statistics(@RequestBody ProductInfoParam param) {
public CzgResult<Void> statistics(ProductInfoParam param) {
Long shopId = StpKit.USER.getShopId(0L);
param.setShopId(shopId);
productService.getProductStatistics(param);