mirror of
https://gitee.com/anji-plus/report.git
synced 2026-04-01 10:08:36 +08:00
bugfix--I5R22O no auth
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user