| | |
| | | |
| | | import com.ruoyi.common.basic.PageInfo; |
| | | import com.ruoyi.common.core.domain.entity.SysUser; |
| | | import com.ruoyi.system.applet.query.DataReportQuery; |
| | | import com.ruoyi.system.applet.vo.TaskFinishListVO; |
| | | import com.ruoyi.system.query.SysUserQuery; |
| | | import com.ruoyi.system.vo.system.SysUserVO; |
| | | |
| | |
| | | long selectIdByPhone(String phonenumber); |
| | | |
| | | List<SysUser> selectUserByTempLateId(String templateId); |
| | | |
| | | /** |
| | | * 查询自己项目部的人员 |
| | | * @param deptId |
| | | * @return |
| | | */ |
| | | List<SysUser> selectListByDeptId(String deptId); |
| | | |
| | | /** |
| | | * 查询部门类型下的人员 |
| | | * @param deptType |
| | | * @return |
| | | */ |
| | | List<SysUser> selectListByDeptType(Integer deptType); |
| | | |
| | | /** |
| | | * 批量查询人员 |
| | | * @param projectIds |
| | | * @return |
| | | */ |
| | | List<SysUser> selectListByDeptIds(List<String> projectIds); |
| | | |
| | | List<SysUser> selectUserByDeptId(String id); |
| | | |
| | | PageInfo<TaskFinishListVO> pageListReport(DataReportQuery dataReportQuery); |
| | | |
| | | } |