|
@@ -171,7 +171,7 @@ public class SysDeptController extends BaseController {
|
|
|
}
|
|
|
|
|
|
@Log(title = "部门导出", businessType = BusinessType.EXPORT)
|
|
|
- @PreAuthorize("@ss.hasPermi('system:dept:export')")
|
|
|
+ @PreAuthorize("@ss.hasPermi('system:dept:remove')")
|
|
|
@ApiOperation("部门管理")
|
|
|
@PostMapping("/export")
|
|
|
public void export(@RequestBody SysDept dept, HttpServletResponse response) {
|