| 
					
				 | 
			
			
				@@ -277,6 +277,7 @@ public class QySecondlineHzdTzServiceImpl extends ServiceImpl<QySecondlineHzdTzM 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         //附件信息 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         QueryWrapper<QySecondlineHzdAttachment> attachmentWrapper = new QueryWrapper<QySecondlineHzdAttachment>().checkSqlInjection(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         attachmentWrapper.lambda().eq(QySecondlineHzdAttachment::getHzdId,hzdId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         List<QySecondlineHzdAttachment> attachmentList = qySecondlineHzdAttachmentService.list(attachmentWrapper); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         allInfo.setAttachmentList(attachmentList); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         List<QySecondlineHzdList> hzList = this.getHzListByTzId(tzInfo.getId(), hzdId); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -298,6 +299,7 @@ public class QySecondlineHzdTzServiceImpl extends ServiceImpl<QySecondlineHzdTzM 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         QueryWrapper<QySecondlineHzdList> hzdListQuery = new QueryWrapper<QySecondlineHzdList>().checkSqlInjection(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         hzdListQuery.lambda().eq(QySecondlineHzdList::getHzdId,hzdId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        hzdListQuery.lambda().orderByDesc(QySecondlineHzdList::getId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         List<QySecondlineHzdList> list = qySecondlineHzdListService.list(hzdListQuery); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return list; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 |