删除权限控制
This commit is contained in:
parent
887c9cfb65
commit
f8dc5895f2
@ -84,7 +84,6 @@ public class LogRuleController {
|
||||
@GetMapping("/get-userInfo")
|
||||
@Operation(summary = "获得规则内模板使用者信息")
|
||||
@Parameter(name = "formId", description = "模板编号", required = true, example = "1")
|
||||
@PreAuthorize("@ss.hasPermission('system:log-rule:query')")
|
||||
public CommonResult<List<UserRespVO>> getLogUseInfo(@RequestParam("formId") Long formId) {
|
||||
|
||||
//获取模板使用者部门编号组
|
||||
|
Loading…
Reference in New Issue
Block a user