|  |  | @ -615,9 +615,6 @@ public class IssueServiceImpl extends BaseServiceImpl<IssueDao, IssueEntity> imp | 
			
		
	
		
			
				
					|  |  |  |         LatestListFormDTO latestListForm = formDTO.getLatestListForm(); | 
			
		
	
		
			
				
					|  |  |  |         latestListForm.setPageNo((latestListForm.getPageNo() - NumConstant.ONE) * latestListForm.getPageSize()); | 
			
		
	
		
			
				
					|  |  |  |         List<IssueEntity> entityList = baseDao.selectIssueList(issueIdList, latestListForm); | 
			
		
	
		
			
				
					|  |  |  |         if (null == entityList || entityList.size() < NumConstant.ONE) { | 
			
		
	
		
			
				
					|  |  |  |             throw new RenException(IssueConstant.SELECT_EXCEPTION); | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |         //3:遍历封装数据
 | 
			
		
	
		
			
				
					|  |  |  |         entityList.forEach(issue -> { | 
			
		
	
		
			
				
					|  |  |  |             listRelation.forEach(relation -> { | 
			
		
	
	
		
			
				
					|  |  | 
 |