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);