Commit 898bbee4 authored by fangxinjiang's avatar fangxinjiang

项目规则配置-fxj

parent 12af57f8
...@@ -168,7 +168,9 @@ public class TAutoMainRelController { ...@@ -168,7 +168,9 @@ public class TAutoMainRelController {
**/ **/
@Operation(description = "导出项目配置表主表 hasPermission('demo_tautomainrel-export')") @Operation(description = "导出项目配置表主表 hasPermission('demo_tautomainrel-export')")
@PostMapping("/export") @PostMapping("/export")
public void export(HttpServletResponse response, @RequestBody TAutoMainRelSearchVo searchVo) { public void export(HttpServletResponse response, @RequestBody TAutoMainRelSearchVo tAutoMainRel) {
tAutoMainRelService.listExport(response,searchVo); YifuUser user = SecurityUtils.getUser();
menuUtil.setAuthSql(user, tAutoMainRel);
tAutoMainRelService.listExport(response,tAutoMainRel);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment