|
|
@@ -16,7 +16,6 @@ import org.springframework.security.access.prepost.PreAuthorize;
|
|
|
import org.springframework.validation.annotation.Validated;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
-import javax.annotation.security.PermitAll;
|
|
|
import java.util.Iterator;
|
|
|
import java.util.List;
|
|
|
|
|
|
@@ -35,7 +34,6 @@ public class SysDeptController extends BaseController
|
|
|
/**
|
|
|
* 获取部门列表
|
|
|
*/
|
|
|
- @PermitAll
|
|
|
@ApiOperation("查询部门-分页")
|
|
|
@GetMapping("/list")
|
|
|
public AjaxResult list(SysDept dept)
|