|
@@ -228,7 +228,7 @@ public class UmsCompanyInfoServiceImpl implements UmsCompanyService {
|
|
BeanUtil.copyProperties(shop, tbShop);
|
|
BeanUtil.copyProperties(shop, tbShop);
|
|
tbShop.setShopType("taobao");
|
|
tbShop.setShopType("taobao");
|
|
tbShop.setShopUrl(ums.getTbUrl());
|
|
tbShop.setShopUrl(ums.getTbUrl());
|
|
- tbShop.setShopImg("http://fqn.hongweisoft.com/jingdong.jpg");
|
|
|
|
|
|
+ tbShop.setShopImg("http://fqn.hongweisoft.com/taobao.jpg ");
|
|
shops.add(tbShop);
|
|
shops.add(tbShop);
|
|
|
|
|
|
}
|
|
}
|
|
@@ -237,7 +237,7 @@ public class UmsCompanyInfoServiceImpl implements UmsCompanyService {
|
|
BeanUtil.copyProperties(shop, jdShop);
|
|
BeanUtil.copyProperties(shop, jdShop);
|
|
jdShop.setShopType("jd");
|
|
jdShop.setShopType("jd");
|
|
jdShop.setShopUrl(ums.getJdUrl());
|
|
jdShop.setShopUrl(ums.getJdUrl());
|
|
- jdShop.setShopImg("http://fqn.hongweisoft.com/taobao.jpg");
|
|
|
|
|
|
+ jdShop.setShopImg("http://fqn.hongweisoft.com/jingdong.jpg");
|
|
shops.add(jdShop);
|
|
shops.add(jdShop);
|
|
}
|
|
}
|
|
|
|
|