| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -10,6 +10,7 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <result property="totalReceiver" column="total_receiver"/> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <result property="readTotal" column="read_total"/> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <result property="firstAttId" column="first_att_id"/> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <result property="unReadReplyNum" column="UN_READ_REPLY_NUM"></result> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        <collection property="attachmentList" ofType="com.epmet.commons.tools.dto.form.FileCommonDTO" > | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            <result property="name" column="name"/> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            <result property="url" column="url"/> | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -29,6 +30,7 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            ip.total_receiver, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            ip.read_total, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            ip.first_att_id, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            ip.UN_READ_REPLY_NUM, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            ia.ATTACHMENT_NAME AS name, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            ia.ATTACHMENT_FORMAT AS format, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            ia.ATTACHMENT_TYPE AS type, | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |