Your Name пре 2 година
родитељ
комит
5425510f67

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

@@ -82,7 +82,7 @@ public class QueryPropertyAssetsIndexCmd extends Cmd {
         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});