|
@@ -78,7 +78,7 @@ public class SpuApplyController {
|
|
|
}
|
|
|
@GetMapping("/getSpuTotal")
|
|
|
@Operation(summary = "获得商品spu申请数量")
|
|
|
- @PreAuthorize("@ss.hasPermission('product:spu:query')")
|
|
|
+ @PreAuthorize("@ss.hasPermission('product:spuApply:query')")
|
|
|
public CommonResult<Long> getSpuApplyTotal() {
|
|
|
return success(spuApplyService.getSpuApplyTotal());
|
|
|
}
|