java110
2020-05-14 b3c34d018e08c5382c5cff68a7d58901e6984165
Api/src/main/java/com/java110/api/bmo/owner/impl/OwnerBMOImpl.java
@@ -124,6 +124,7 @@
        return business;
    }
    /**
     * 退出小区成员
     *
@@ -174,7 +175,7 @@
        business.put(CommonConstant.HTTP_SEQ, DEFAULT_SEQ);
        business.put(CommonConstant.HTTP_INVOKE_MODEL, CommonConstant.HTTP_INVOKE_MODEL_S);
        JSONObject businessOwner = new JSONObject();
        businessOwner.putAll(BeanConvertUtil.beanCovertMap(ownerDtos.get(0)));
        businessOwner.putAll(paramInJson);
        businessOwner.put("state", ownerDtos.get(0).getState());
        business.getJSONObject(CommonConstant.HTTP_BUSINESS_DATAS).put("businessOwner", businessOwner);