| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -131,7 +131,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            <if test="remark !=null and remark !=''">and remark like concat('%', #{remark},'%')</if> | 
					 | 
					 | 
					 | 
					            <if test="remark !=null and remark !=''">and remark like concat('%', #{remark},'%')</if> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            <if test="project_name !=null and project_name !=''">and project_name like concat('%', #{project_name},'%')</if> | 
					 | 
					 | 
					 | 
					            <if test="project_name !=null and project_name !=''">and project_name like concat('%', #{project_name},'%')</if> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        </where> | 
					 | 
					 | 
					 | 
					        </where> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        order by update_time desc | 
					 | 
					 | 
					 | 
					        ORDER BY "YEAR" DESC , "ARCHIVE_SCOPE" ASC , "CASE_NUM" ASC | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    </select> | 
					 | 
					 | 
					 | 
					    </select> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					     | 
					 | 
					 | 
					 | 
					     | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    <select id="selectArchiveRecordInfoById" parameterType="String" resultMap="ArchiveRecordInfoResult"> | 
					 | 
					 | 
					 | 
					    <select id="selectArchiveRecordInfoById" parameterType="String" resultMap="ArchiveRecordInfoResult"> | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |