|
|
@@ -42,9 +42,9 @@ public class SysDeptController extends BaseController {
|
|
|
|
|
|
/**
|
|
|
* 获取部门列表
|
|
|
+ * 接口访问权限 @PreAuthorize("@ss.hasPermi('system:dept:list')")
|
|
|
*/
|
|
|
@ApiOperation(value = "获取部门列表")
|
|
|
- @PreAuthorize("@ss.hasPermi('system:dept:list')")
|
|
|
@GetMapping("/list")
|
|
|
public AjaxResult list(SysDept dept) {
|
|
|
List<SysDept> depts = deptService.selectDeptList(dept);
|