|
|
@ -266,7 +266,8 @@ public class StrangerAccessRecordServiceImpl extends BaseServiceImpl<StrangerAcc |
|
|
|
formDTO.getSelectedAreaCode() : formDTO.getAreaCode()); |
|
|
|
//分页参数设置
|
|
|
|
third.setPageNo(null == formDTO.getPageNo() ? ModuleConstant.MIN_CURRENT_PAGE_NO : formDTO.getPageNo()); |
|
|
|
third.setPageSize(formDTO.getPageSize()); |
|
|
|
//third.setPageSize(formDTO.getPageSize());
|
|
|
|
third.setPageSize(200); |
|
|
|
|
|
|
|
//2.调用gov-org服务,查询客户网格列表数据
|
|
|
|
Result<List<PublicCustomerGridForStrangerResultDTO>> queryResult = govOrgFeignClient.queryCustomerGridList(third); |
|
|
|