|  | @@ -106,7 +106,7 @@ public class SysNewsInformationServiceImpl extends BaseServiceImpl<Long, SysNews
 | 
	
		
			
				|  |  |  					info.setLinkUrl(serverContextPath + "/#/auditionActive");
 | 
	
		
			
				|  |  |  					info.setCoverImage("https://daya-online.oss-cn-beijing.aliyuncs.com/tempActivity/3_2.png");
 | 
	
		
			
				|  |  |  				}
 | 
	
		
			
				|  |  | -				pageInfos.getRows().add(0, info);
 | 
	
		
			
				|  |  | +				pageInfos.getRows().add(pageInfos.getRows().size() - 1, info);
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		homeList.put("banner",pageInfos);
 | 
	
	
		
			
				|  | @@ -126,8 +126,7 @@ public class SysNewsInformationServiceImpl extends BaseServiceImpl<Long, SysNews
 | 
	
		
			
				|  |  |  		homeList.put("hot",queryHomePage(queryInfo));
 | 
	
		
			
				|  |  |  		
 | 
	
		
			
				|  |  |  		queryInfo.setType(5);
 | 
	
		
			
				|  |  | -		pageInfos = new PageInfo<SysNewsInformation>();
 | 
	
		
			
				|  |  | -		homeList.put("flash",pageInfos);
 | 
	
		
			
				|  |  | +		homeList.put("flash",queryHomePage(queryInfo));
 | 
	
		
			
				|  |  |  		return homeList;
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  	
 |