| | |
| | | import org.springblade.modules.system.entity.Dept; |
| | | import org.springblade.modules.system.node.TreeNodes; |
| | | import org.springblade.modules.system.vo.DeptVO; |
| | | import org.springblade.modules.system.vo.UserVO; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | */ |
| | | List<DeptVO> lazyTreeJurisdiction(@Param("jurisdiction")String jurisdiction, |
| | | @Param("deptId")Long parentId); |
| | | |
| | | List<DeptVO> lazyTreeCity(String tenantId, Long parentId); |
| | | |
| | | List<DeptVO> lazyTreeCityOne(String tenantId, Long parentId); |
| | | |
| | | /** |
| | | * 查询用户信息 |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | UserVO getUserInfoById(String userId); |
| | | } |