|
|
@@ -83,11 +83,11 @@ public class StaffManagerImpl extends RedisCacheManager implements StaffManager |
|
|
|
StaffPageRequest queryRequest = new StaffPageRequest(); |
|
|
|
copyProperties(dto, queryRequest); |
|
|
|
//渠道迷糊查出id |
|
|
|
if (!hasText(dto.getAgencyName())) { |
|
|
|
if (hasText(dto.getAgencyName())) { |
|
|
|
List<String> agencyIds = agencyRepo.listByName(dto.getAgencyName()); |
|
|
|
queryRequest.setAgencyIds(agencyIds); |
|
|
|
} |
|
|
|
if (!hasText(dto.getServiceHallName())) { |
|
|
|
if (hasText(dto.getServiceHallName())) { |
|
|
|
List<String> serviceHallIds = qtkServiceHallRepo.listByName(dto.getServiceHallName()); |
|
|
|
queryRequest.setServiceHallIds(serviceHallIds); |
|
|
|
} |