| | |
| | | * @return List<MgtDeptStaffListVo> |
| | | */ |
| | | @Override |
| | | public List<MgtDeptStaffListVo> listMgtDeptStaff(Long deptId,Long userId){ |
| | | return sysStaffMapper.listMgtDeptStaff(deptId,userId); |
| | | public List<MgtDeptStaffListVo> listMgtDeptStaff(Long deptId,Long userId, String name){ |
| | | return sysStaffMapper.listMgtDeptStaff(deptId,userId, name); |
| | | } |
| | | |
| | | /** |
| | |
| | | } |
| | | } |
| | | } |
| | | deptStaffListVoList = sysStaffMapper.listMgtDeptStaff(deptId,userId1); |
| | | deptStaffListVoList = sysStaffMapper.listMgtDeptStaff(deptId,userId1, null); |
| | | return deptStaffListVoList; |
| | | } |
| | | |