|
|
@ -88,7 +88,7 @@ public class DepartmentController { |
|
|
|
* @Description 获取部门详情 |
|
|
|
*/ |
|
|
|
@PostMapping("departmentdetail") |
|
|
|
@RequirePermission(requirePermission = RequirePermissionEnum.ORG_DEPARTMENT_STAFF_LIST) |
|
|
|
@RequirePermission(requirePermission = RequirePermissionEnum.ORG_DEPARTMENT_LIST) |
|
|
|
public Result<DepartmentDetailResultDTO> departmentDetail(@LoginUser TokenDto tokenDTO, @RequestBody DepartmentdetailFormDTO formDTO) { |
|
|
|
ValidatorUtils.validateEntity(formDTO); |
|
|
|
return departmentService.departmentDetail(formDTO); |
|
|
|