service-store/src/main/java/com/java110/store/cmd/propertyIndex/QueryPropertyAssetsIndexCmd.java
@@ -82,9 +82,10 @@ int ownerCount = ownerV1InnerServiceSMOImpl.queryOwnersCount(ownerDto); paramOut.put("ownerCount", ownerCount); // 查询车辆 // 查询车辆 (这里只查询 主车辆 副车辆) OwnerCarDto ownerCarDto = new OwnerCarDto(); ownerCarDto.setCommunityId(reqJson.getString("communityId")); ownerCarDto.setCarTypeCds(new String[]{OwnerCarDto.CAR_TYPE_PRIMARY,OwnerCarDto.CAR_TYPE_MEMBER}); int carCount = ownerCarV1InnerServiceSMOImpl.queryOwnerCarsCount(ownerCarDto); paramOut.put("carCount", carCount);