wuxw
2025-03-04 8695b9b29f86910a2e3889b999716a28a6d3a879
service-report/src/main/java/com/java110/report/cmd/community/QueryCommunityRepairTreeCmd.java
@@ -92,6 +92,9 @@
        JSONArray parkings = community.getJSONArray("children");
        JSONObject parkingInfo = null;
        for (RepairSettingDto tmpRepairSettingDto : repairSettingDtos) {
            if(!community.getString("communityId").equals(tmpRepairSettingDto.getCommunityId())){
                continue;
            }
            if (!hasInRepairSetting(tmpRepairSettingDto, parkings)) {
                parkingInfo = new JSONObject();
                parkingInfo.put("id", "r_" + tmpRepairSettingDto.getRepairType());