| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -64,7 +64,9 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            ALL_CATEGORY_NAME as categoryName, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            LINK_NAME as reportUserName, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            link_mobile as mobile, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            project_address as reportAddress | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            project_address as reportAddress, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            CUSTOMER_ID as customerId, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            PROJECT_STATUS_CODE as projectStatusCode | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        FROM | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            screen_project_data | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        WHERE | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -84,7 +86,7 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          PUBLIC_REPLY as suggestion, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          PROCESS_TIME as reponseTime, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          operation as operation, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          TRANSFER_DEPT_NAME as whistleDeptName | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          IFNULL(TRANSFER_DEPT_NAME,'') as whistleDeptName | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        from screen_project_process | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        where del_flag = '0' | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          and project_id = #{projectId} | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -92,6 +94,7 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    </select> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    <select id="selectProjectProcessAttachments" resultType="com.epmet.evaluationindex.screen.dto.result.ScreenProjectDetailResultDTO$processDTO$AttachmentDTO"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      select | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        ATTACHMENT_ID as attachmentId, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        file_name as fileName, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        attachment_name as attachmentName, | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        attachment_size as attachmentSize, | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -102,6 +105,7 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      from screen_project_process_attachment | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      where del_flag = '0' | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					       and file_place = 'public' | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					       AND PROCESS_ID=#{processId} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      order by sort asc | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    </select> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					</mapper> | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
					 | 
				
				 | 
				
					
  |