|
@ -439,7 +439,7 @@ public class CustomerAgencyServiceImpl extends BaseServiceImpl<CustomerAgencyDao |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
//3:根据组织Id查询该组织下网格、人员列表
|
|
|
//3:根据组织Id查询该组织下网格、人员列表
|
|
|
//3.1:查询组织下网格列表
|
|
|
//3.1:查询组织下网格列表:未废弃的
|
|
|
List<GridListResultDTO> gridList = customerGridDao.selectGridList(canTick.getAgencyId()); |
|
|
List<GridListResultDTO> gridList = customerGridDao.selectGridList(canTick.getAgencyId()); |
|
|
List<CustomerStaffGridDTO> gridStaffs = new ArrayList<>(); |
|
|
List<CustomerStaffGridDTO> gridStaffs = new ArrayList<>(); |
|
|
if (null != gridList && gridList.size() > NumConstant.ZERO) { |
|
|
if (null != gridList && gridList.size() > NumConstant.ZERO) { |
|
|