chengf
2025-07-10 b70d862fdb47a8aa307b96901b3b07cfdcfe8b41
service-community/src/main/java/com/java110/community/cmd/community/ListMyEnteredCommunitysCmd.java
@@ -111,6 +111,7 @@
                    tmpApiCommunityDataVo.setStoreId(tmpStaffCommunityDto.getStoreId());
                    tmpApiCommunityDataVo.setStoreName(tmpStaffCommunityDto.getStoreName());
                    tmpApiCommunityDataVo.setState("1100");
                    tmpApiCommunityDataVo.setAddress(tmpStaffCommunityDto.getAddress());
                    communitys.add(tmpApiCommunityDataVo);
                }
            } else {
@@ -134,6 +135,7 @@
        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);
    }