Pārlūkot izejas kodu

bugfix--I5R22O no auth

qianming 2 gadi atpakaļ
vecāks
revīzija
4577fcd94e

+ 1 - 1
report-core/src/main/java/com/anjiplus/template/gaea/business/modules/dashboard/controller/ReportDashboardController.java

@@ -101,7 +101,7 @@ public class ReportDashboardController {
 
     @PostMapping("/share")
     @GaeaAuditLog(pageTitle = "分享")
-    @Permission(code = "bigScreenManage", name = "分享报表")
+    @Permission(code = "share", name = "分享报表")
     public ResponseBean share(@Validated @RequestBody ReportShareDto dto) {
         return ResponseBean.builder().data(reportShareService.insertShare(dto)).build();
     }