| | |
| | | tmpApiCommunityDataVo.setStoreId(tmpStaffCommunityDto.getStoreId()); |
| | | tmpApiCommunityDataVo.setStoreName(tmpStaffCommunityDto.getStoreName()); |
| | | tmpApiCommunityDataVo.setState("1100"); |
| | | tmpApiCommunityDataVo.setAddress(tmpStaffCommunityDto.getAddress()); |
| | | communitys.add(tmpApiCommunityDataVo); |
| | | } |
| | | } else { |
| | |
| | | apiCommunityVo.setCommunitys(communitys); |
| | | apiCommunityVo.setCode(ResultVo.CODE_OK); |
| | | apiCommunityVo.setMsg(ResultVo.MSG_OK); |
| | | |
| | | ResponseEntity<String> responseEntity = new ResponseEntity<String>(JSONObject.toJSONString(apiCommunityVo), HttpStatus.OK); |
| | | context.setResponseEntity(responseEntity); |
| | | } |