|
|
@ -1211,7 +1211,7 @@ public class CoverageServiceImpl implements CoverageService { |
|
|
|
}else{ |
|
|
|
gridId=orgRes.getOrgId(); |
|
|
|
GridInfoCache gridInfoCache=CustomerOrgRedis.getGridInfo(orgRes.getOrgId()); |
|
|
|
orgIdPath=gridInfoCache.getPids().concat(":").concat(gridId); |
|
|
|
orgIdPath=gridInfoCache.getPids(); |
|
|
|
} |
|
|
|
int count = doDataListCount(formDTO.getCustomerId(), agencyId, orgIdPath, formDTO.getPlaceType(), formDTO.getCategoryKey(), null, gridId); |
|
|
|
orgRes.setTotal(count); |
|
|
|