商品统计
This commit is contained in:
@@ -232,7 +232,7 @@ public class ProductController {
|
|||||||
@GetMapping("statistics")
|
@GetMapping("statistics")
|
||||||
@OperationLog("商品-统计")
|
@OperationLog("商品-统计")
|
||||||
//@SaAdminCheckPermission("product:statistics")
|
//@SaAdminCheckPermission("product:statistics")
|
||||||
public CzgResult<Void> statistics(@RequestBody ProductInfoParam param) {
|
public CzgResult<Void> statistics(ProductInfoParam param) {
|
||||||
Long shopId = StpKit.USER.getShopId(0L);
|
Long shopId = StpKit.USER.getShopId(0L);
|
||||||
param.setShopId(shopId);
|
param.setShopId(shopId);
|
||||||
productService.getProductStatistics(param);
|
productService.getProductStatistics(param);
|
||||||
|
|||||||
Reference in New Issue
Block a user