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