|
@ -515,7 +515,7 @@ public class CustomerStaffServiceImpl extends BaseServiceImpl<CustomerStaffDao, |
|
|
@Override |
|
|
@Override |
|
|
public CustomerStaffListResultDTO getCustomerStaffList(List<String> staffIdList) { |
|
|
public CustomerStaffListResultDTO getCustomerStaffList(List<String> staffIdList) { |
|
|
//1:批量查询人员基本信息
|
|
|
//1:批量查询人员基本信息
|
|
|
List<StaffListResultDTO> staffList = baseDao.selectStaffByIds(staffIdList, null); |
|
|
List<StaffListResultDTO> staffList = baseDao.selectStaffByIds(staffIdList, Constant.ENABLE); |
|
|
//2:批量查询人员拥有的所有角色信息
|
|
|
//2:批量查询人员拥有的所有角色信息
|
|
|
List<CustomerStaffRoleResultDTO> roleList = staffRoleDao.selectStaffRoleList(staffIdList); |
|
|
List<CustomerStaffRoleResultDTO> roleList = staffRoleDao.selectStaffRoleList(staffIdList); |
|
|
CustomerStaffListResultDTO list = new CustomerStaffListResultDTO(); |
|
|
CustomerStaffListResultDTO list = new CustomerStaffListResultDTO(); |
|
|