Commit cd73c51457ce852c688bc738028cbc81abfda731
1 parent
680ff92d
工单管理
Showing
1 changed file
with
1 additions
and
1 deletions
urbanops-module-garden/src/main/java/com/zteits/urbanops/module/garden/controller/admin/assigntasks/AssignTasksController.java
| ... | ... | @@ -132,7 +132,7 @@ public class AssignTasksController { |
| 132 | 132 | } |
| 133 | 133 | |
| 134 | 134 | @Operation(summary = "任务确认" ) |
| 135 | - @PreAuthorize("@ss.hasPermi('assign:tasks:query')") | |
| 135 | + @PreAuthorize("@ss.hasPermission('garden:assign-tasks:query')") | |
| 136 | 136 | @GetMapping(value = "/confirm/{id}") |
| 137 | 137 | public CommonResult confirm(@PathVariable("id") Long id) { |
| 138 | 138 | return success(assignTasksService.confirmAssignTasksById(id)); | ... | ... |