java110 пре 4 година
родитељ
комит
a09ae11320

+ 1 - 1
service-store/src/main/java/com/java110/store/bmo/storeAds/impl/GetStoreAdsBMOImpl.java

@@ -48,7 +48,7 @@ public class GetStoreAdsBMOImpl implements IGetStoreAdsBMO {
         String imgUrl = MappingCache.getValue("IMG_PATH");
         imgUrl += (!StringUtil.isEmpty(imgUrl) && imgUrl.endsWith("/") ? "" : "/");
         for (StoreAdsDto tmpStoreAdsDto : storeAdsDtos) {
-            tmpStoreAdsDto.setUrl(imgUrl + tmpStoreAdsDto.getUrl() + "&communityId=-1");
+            tmpStoreAdsDto.setUrl(imgUrl + tmpStoreAdsDto.getUrl());
         }
     }