| | |
| | | import org.apache.ibatis.annotations.MapKey; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springblade.modules.dispatcher.vo.DispatcherVO; |
| | | import org.springblade.modules.system.excel.SecurityExcel; |
| | | import org.springblade.modules.system.excel.UserExcel; |
| | | import org.springblade.modules.system.entity.User; |
| | | import org.springblade.modules.system.node.TreeNode; |
| | |
| | | * |
| | | * @param page |
| | | * @param user |
| | | * @param deptIdList |
| | | * @param tenantId |
| | | * @return |
| | | */ |
| | | List<UserVO> selectUserPages(IPage<UserVO> page, @Param("user") UserVO user); |
| | |
| | | List<Map<String, Object>> getSecurityInfo(@Param("jurisdiction")String jurisdiction); |
| | | |
| | | /** |
| | | * 导出保安员证信息 |
| | | * 导出保安员信息 |
| | | * @param user |
| | | * @return |
| | | */ |
| | | List<UserVO> exportSecurityPaperList(@Param("user") UserVO user); |
| | | List<SecurityExcel> exportSecurityInfo(@Param("user") UserVO user); |
| | | /** |
| | | * 查询押运人员编码不为null的保安信息 |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> selectEquipent(); |
| | | |
| | | /** |
| | | * 查詢派遣信息 |
| | | * @param id 用戶id |
| | | * @return |
| | | */ |
| | | DispatcherVO getUserDispatcherInfo(Long id); |
| | | } |