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