| | |
| | | import org.springblade.core.boot.ctrl.BladeController; |
| | | import org.springblade.core.cache.utils.CacheUtil; |
| | | import org.springblade.core.launch.constant.AppConstant; |
| | | import org.springblade.core.log.annotation.ApiLog; |
| | | import org.springblade.core.mp.support.Condition; |
| | | import org.springblade.core.secure.BladeUser; |
| | | import org.springblade.core.tenant.annotation.NonDS; |
| | |
| | | return R.status(deptService.removeDept(ids)); |
| | | } |
| | | |
| | | @GetMapping("/selectIn") |
| | | public R selectIn() { |
| | | return R.data(deptService.selectIn()); |
| | | @ApiLog("Blog详情") |
| | | @GetMapping("/selectInfo") |
| | | public R<List<DeptVO>> selectInfo() { |
| | | List<DeptVO> tree =deptService.selectInfo(); |
| | | return R.data(tree); |
| | | } |
| | | |
| | | } |