wuxw 2 éve%!(EXTRA string=óta)
szülő
commit
19b2a65b71

+ 1 - 1
service-report/src/main/java/com/java110/report/cmd/admin/GetPropertyFeeSummaryCmd.java

@@ -105,7 +105,7 @@ public class GetPropertyFeeSummaryCmd extends Cmd {
         for(CommunityDto tmpCommunityDto : communityDtos){
         for(CommunityDto tmpCommunityDto : communityDtos){
             for(StoreDto tmpStoreDto: storeDtos){
             for(StoreDto tmpStoreDto: storeDtos){
                 if(tmpStoreDto.getStoreId().equals(tmpCommunityDto.getStoreId())){
                 if(tmpStoreDto.getStoreId().equals(tmpCommunityDto.getStoreId())){
-                    tmpCommunityDto.setStoreName(tmpStoreDto.getStoreName());
+                    tmpCommunityDto.setStoreName(tmpStoreDto.getName());
                 }
                 }
             }
             }
         }
         }