删除权限控制

This commit is contained in:
furongxin 2024-04-15 23:33:55 +08:00
parent 887c9cfb65
commit f8dc5895f2

View File

@ -84,7 +84,6 @@ public class LogRuleController {
@GetMapping("/get-userInfo") @GetMapping("/get-userInfo")
@Operation(summary = "获得规则内模板使用者信息") @Operation(summary = "获得规则内模板使用者信息")
@Parameter(name = "formId", description = "模板编号", required = true, example = "1") @Parameter(name = "formId", description = "模板编号", required = true, example = "1")
@PreAuthorize("@ss.hasPermission('system:log-rule:query')")
public CommonResult<List<UserRespVO>> getLogUseInfo(@RequestParam("formId") Long formId) { public CommonResult<List<UserRespVO>> getLogUseInfo(@RequestParam("formId") Long formId) {
//获取模板使用者部门编号组 //获取模板使用者部门编号组