| | |
| | | @Select("SELECT * FROM v_tj_deptpro") |
| | | public List<SysDept> selectDeptTreeList1(); |
| | | |
| | | @Select("SELECT * FROM v_dept_template") |
| | | public List<SysDept> selectDeptTreeList11(); |
| | | |
| | | /** |
| | | * 根据角色ID查询部门树信息 |
| | | * |
| | |
| | | |
| | | List<List<?>> getSysDeptYjWjCustomerList13(Map<String,Object> map); |
| | | |
| | | List<List<?>> getSysDeptHyAndYxYjWjCustomerList13(Map<String,Object> map); |
| | | |
| | | List<ResultSet> getSysDeptYjWjCustomerList2(Map<String,Object> map); |
| | | |
| | | |
| | | @Select("SELECT a.dept_id FROM sys_dept a WHERE a.deleted=0 AND a.`status`=0 AND a.org_type=1") |
| | | List<String> getJyDeptIds(); |
| | | |
| | | @Select("SELECT a.dept_id FROM sys_dept a WHERE a.deleted=0 AND a.`status`=0 AND a.org_type=2") |
| | | List<String> getJcDeptIds(); |
| | | |
| | | @Select("SELECT a.dept_id FROM sys_dept a WHERE a.deleted=0 AND a.`status`=0 AND a.org_type=3") |
| | | List<String> getCzDeptIds(); |
| | | |
| | | @Select("SELECT e.dept_name FROM sys_dept e WHERE e.dept_id=#{deptId}") |
| | | String getprentks(String deptId); |
| | | |
| | | List<Long> getDeptTreeById(@Param("deptId") String deptId); |
| | | } |