田源
2023-03-21 fbe37e2e00bddec409b595a4a6e50c4bb32a008a
Source/BladeX/blade-service/blade-system/src/main/java/org/springblade/system/controller/DeptController.java
@@ -60,7 +60,7 @@
@AllArgsConstructor
@RequestMapping("/dept")
@Api(value = "部门", tags = "部门")
@PreAuth(RoleConstant.HAS_ROLE_ADMIN)
//@PreAuth(RoleConstant.HAS_ROLE_ADMIN)
public class DeptController extends BladeController {
   private final IDeptService deptService;
@@ -162,7 +162,7 @@
   /**
    * 下拉数据源
    */
   @PreAuth(AuthConstant.PERMIT_ALL)
   //@PreAuth(AuthConstant.PERMIT_ALL)
   @GetMapping("/select")
   @ApiOperationSupport(order = 8)
   @ApiOperation(value = "下拉数据源", notes = "传入id集合")