|
|
@ -100,6 +100,9 @@ public class DataReportingServiceImpl implements DataReportingService { |
|
|
|
public List<GridUserInfoDTO> getStaffBaseInfo(StaffBaseInfoFormDTO formDTO) { |
|
|
|
//1.查询工作人员所属网格信息
|
|
|
|
List<GridUserInfoDTO> resultList = customerGridService.getStaffGrid(formDTO); |
|
|
|
if (CollectionUtils.isEmpty(resultList)) { |
|
|
|
return new ArrayList<>(); |
|
|
|
} |
|
|
|
|
|
|
|
//2.查询工作人员基础信息
|
|
|
|
List<CustomerStaffDTO> staffDTOList = userService.getStaffBaseInfo(formDTO); |
|
|
|