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