| | |
| | | public R addCommunity(@Validated(AddGroup.class) @RequestBody ComActVO comActVO) { |
| | | comActVO.setAppId(getAppId()); |
| | | R r = communityService.addCommunity(comActVO); |
| | | System.out.print("参数1"+JSONObject.toJSONString(r.getData())); |
| | | ComActVO comActVO2 = JSONObject.parseObject(JSONObject.toJSONString(r.getData()), ComActVO.class); |
| | | System.out.print("参数2"+comActVO2.getCommunityId()); |
| | | if (R.isOk(r)) { |
| | | |
| | | System.out.print("参数3"+JSONObject.toJSONString(r.getData())); |
| | | |
| | | ComActVO comActVO1 = JSONObject.parseObject(JSONObject.toJSONString(r.getData()), ComActVO.class); |
| | | Long communityId = comActVO1.getCommunityId(); |
| | | AdministratorsUserVO administratorsUserVO = new AdministratorsUserVO(); |