| | |
| | | UserVO getUserAgeById(@Param("userId") Long userId); |
| | | |
| | | List<Map<String, Object>> selectUser(); |
| | | List<Map<String, Object>> seleL(String type,String deptid,String jurisdiction); |
| | | |
| | | |
| | | /** |
| | | * 派遣人员 |
| | | * @param deptid |
| | | * @param jurisdiction |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> getDispaterInfo(@Param("deptid")String deptid, |
| | | @Param("jurisdiction")String jurisdiction); |
| | | |
| | | /** |
| | | * 工作汇报人员 |
| | | * @param deptid |
| | | * @param jurisdiction |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> getWorkReportInfo(@Param("type")String type, |
| | | @Param("deptid")String deptid, |
| | | @Param("jurisdiction")String jurisdiction); |
| | | |
| | | /** |
| | | * 根据保安员编码查询保安信息 |