|
@@ -55,7 +55,6 @@ public class SysDeptController extends BaseController {
|
|
|
* 获取实验室部门列表
|
|
* 获取实验室部门列表
|
|
|
*/
|
|
*/
|
|
|
@ApiOperation(value = "获取实验室部门列表")
|
|
@ApiOperation(value = "获取实验室部门列表")
|
|
|
- @PreAuthorize("@ss.hasPermi('system:dept:list')")
|
|
|
|
|
@GetMapping("/listLab")
|
|
@GetMapping("/listLab")
|
|
|
public AjaxResult listLab() {
|
|
public AjaxResult listLab() {
|
|
|
List<SysDept> depts = deptService.selectLabDeptList();
|
|
List<SysDept> depts = deptService.selectLabDeptList();
|