| | |
| | | businessObj = JSONObject.parseObject(JSONObject.toJSONString(BeanConvertUtil.beanCovertMap(param))); |
| | | JSONArray businessArr = new JSONArray(); |
| | | businessArr.add(businessObj); |
| | | business.getJSONObject(CommonConstant.HTTP_BUSINESS_DATAS).put(businessType, businessArr); |
| | | business.getJSONObject(CommonConstant.HTTP_BUSINESS_DATAS).put(param.getClass().getSimpleName(), businessArr); |
| | | context.addServiceBusiness(business); |
| | | } |
| | | |
| | |
| | | businessObj = JSONObject.parseObject(JSONObject.toJSONString(BeanConvertUtil.beanCovertMap(param))); |
| | | JSONArray businessArr = new JSONArray(); |
| | | businessArr.add(businessObj); |
| | | business.getJSONObject(CommonConstant.HTTP_BUSINESS_DATAS).put(businessType, businessArr); |
| | | business.getJSONObject(CommonConstant.HTTP_BUSINESS_DATAS).put(param.getClass().getSimpleName(), businessArr); |
| | | context.addServiceBusiness(business); |
| | | } |
| | | |
| | |
| | | businessObj = JSONObject.parseObject(JSONObject.toJSONString(BeanConvertUtil.beanCovertMap(param))); |
| | | JSONArray businessArr = new JSONArray(); |
| | | businessArr.add(businessObj); |
| | | business.getJSONObject(CommonConstant.HTTP_BUSINESS_DATAS).put(businessType, businessArr); |
| | | business.getJSONObject(CommonConstant.HTTP_BUSINESS_DATAS).put(param.getClass().getSimpleName(), businessArr); |
| | | context.addServiceBusiness(business); |
| | | } |
| | | } |