| | |
| | | * @return |
| | | */ |
| | | List<ExportInformationExcel> exportBusinessStatis(@Param("information") InformationVO information); |
| | | |
| | | /** |
| | | * 保安员详情 |
| | | * @param page |
| | | * @param deptid |
| | | * @param name |
| | | * @param hold |
| | | * @param photo |
| | | * @param examinationtype |
| | | * @param dispatch |
| | | * @param soil |
| | | * @return |
| | | */ |
| | | List<List> selectUIn(IPage<List> page, String deptid, String name, String hold, String photo, String examinationtype, String dispatch, String soil); |
| | | |
| | | /** |
| | | * 查询学历统计信息 |
| | | * @param deptid 部门id |
| | | * @param jurisdiction 辖区 |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> getEducationStatistics(@Param("deptId") String deptid, @Param("jurisdiction") String jurisdiction); |
| | | |
| | | /** |
| | | * 查询公司所有的父级 |
| | | * @param information |
| | | * @return |
| | | */ |
| | | List<String> getDeptDetails(@Param("information") InformationVO information); |
| | | |
| | | /** |
| | | * 根据部门id 查询公司信息 |
| | | * @param s |
| | | * @return |
| | | */ |
| | | InformationVO getInformationDetails(@Param("deptId") String deptId); |
| | | } |