Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
6c2a92b1cb
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue