update:垂直越权接口补充权限注解

This commit is contained in:
sunzheng
2024-08-15 16:09:13 +08:00
parent 9f40db4e81
commit 483dcf3428
4 changed files with 7 additions and 0 deletions
@@ -75,6 +75,7 @@ public class LawsHomeSearchController {
@AutoLog(value = "首页-一般检索导出", operateType = CommonConstant.OPERATE_TYPE_6)
@ApiOperation(value="首页-一般检索导出", notes="首页-一般检索导出")
@GetMapping(value = "/normalSearchExportExcel")
@RequiresPermissions("dashboard:generalSearch:export")
public ModelAndView normalSearchExportExcel(LawsHomeNormalSearchDTO lawsHomeNormalSearchDTO) {
return lawsHomeSearchService.normalSearchExportExcel(lawsHomeNormalSearchDTO);
}