Unverified 提交 4c9aeeee authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw 提交者: GitHub

Merge pull request #1866 from dataease/pr@v1.8@refactor_proxy_panel_return

refactor: 分享代理方法返回值
...@@ -80,7 +80,7 @@ public class PanelGroupController { ...@@ -80,7 +80,7 @@ public class PanelGroupController {
@DePermissionProxy(paramIndex = 1) @DePermissionProxy(paramIndex = 1)
@DePermission(type = DePermissionType.PANEL, level = ResourceAuthLevel.PANNEL_LEVEL_VIEW) @DePermission(type = DePermissionType.PANEL, level = ResourceAuthLevel.PANNEL_LEVEL_VIEW)
@PostMapping("/proxy/findOne/{id}") @PostMapping("/proxy/findOne/{id}")
public PanelGroupWithBLOBs proxyFindOne(@PathVariable String id, @RequestBody PermissionProxy proxy) public PanelGroupDTO proxyFindOne(@PathVariable String id, @RequestBody PermissionProxy proxy)
throws Exception { throws Exception {
return panelGroupService.findOne(id); return panelGroupService.findOne(id);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论