Your Name лет назад: 2
Родитель
Сommit
5b8b469315

+ 1 - 0
service-store/src/main/java/com/java110/store/cmd/propertyIndex/QueryPropertyAssetsIndexCmd.java

@@ -85,6 +85,7 @@ public class QueryPropertyAssetsIndexCmd extends Cmd {
         // 查询车辆
         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);