Bladeren bron

加入商城登录

wuxw 3 jaren geleden
bovenliggende
commit
68ad75c035

+ 1 - 0
service-store/src/main/java/com/java110/store/cmd/shop/ListMyEnteredShopsCmd.java

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