java110 лет назад: 6
Родитель
Сommit
89085d1f52

+ 1 - 1
Api/src/main/java/com/java110/api/bmo/owner/impl/OwnerBMOImpl.java

@@ -174,7 +174,7 @@ public class OwnerBMOImpl extends ApiBaseBMO implements IOwnerBMO {
         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);