商品统计
This commit is contained in:
parent
9b53f62442
commit
053226f506
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue