|
@@ -115,6 +115,7 @@ public class ListMyEnteredShopsCmd extends Cmd {
|
|
|
shopDto = new ShopDto();
|
|
shopDto = new ShopDto();
|
|
|
shopDto.setShopId(tmpOrgCommunityDto.getCommunityId());
|
|
shopDto.setShopId(tmpOrgCommunityDto.getCommunityId());
|
|
|
shopDto.setShopName(tmpOrgCommunityDto.getCommunityName());
|
|
shopDto.setShopName(tmpOrgCommunityDto.getCommunityName());
|
|
|
|
|
+ shops.add(shopDto);
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
shops = new ArrayList<>();
|
|
shops = new ArrayList<>();
|