java110
2020-05-14 b3c34d018e08c5382c5cff68a7d58901e6984165
Api/src/main/java/com/java110/api/bmo/owner/impl/OwnerBMOImpl.java
@@ -125,18 +125,6 @@
    }
    public JSONObject deleteOwnerRoomRel(JSONObject paramInJson) {
        JSONObject business = JSONObject.parseObject("{\"datas\":{}}");
        business.put(CommonConstant.HTTP_BUSINESS_TYPE_CD, BusinessTypeConstant.BUSINESS_TYPE_DELETE_OWNER_ROOM_REL);
        business.put(CommonConstant.HTTP_SEQ, DEFAULT_SEQ);
        business.put(CommonConstant.HTTP_INVOKE_MODEL, CommonConstant.HTTP_INVOKE_MODEL_S);
        JSONObject businessOwner = new JSONObject();
        businessOwner.put("ownerId", paramInJson.getString("ownerId"));
        business.getJSONObject(CommonConstant.HTTP_BUSINESS_DATAS).put("businessOwnerRoomRel", businessOwner);
        return business;
    }
    /**
     * 退出小区成员
     *