wuxw 2 anni fa
parent
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(StoreDto tmpStoreDto: storeDtos){
                 if(tmpStoreDto.getStoreId().equals(tmpCommunityDto.getStoreId())){
-                    tmpCommunityDto.setStoreName(tmpStoreDto.getStoreName());
+                    tmpCommunityDto.setStoreName(tmpStoreDto.getName());
                 }
             }
         }