| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -128,6 +128,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            <if test="interior_number!=null and interior_number!=''">and interior_number=#{interior_number}</if> | 
					 | 
					 | 
					 | 
					            <if test="interior_number!=null and interior_number!=''">and interior_number=#{interior_number}</if> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            <if test="journal_name!=null and journal_name!=''">and journal_name=#{journal_name}</if> | 
					 | 
					 | 
					 | 
					            <if test="journal_name!=null and journal_name!=''">and journal_name=#{journal_name}</if> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            <if test="appendixAddress !=null and appendixAddress !=''">and appendix_address=#{appendixAddress}</if> | 
					 | 
					 | 
					 | 
					            <if test="appendixAddress !=null and appendixAddress !=''">and appendix_address=#{appendixAddress}</if> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					            <if test="remark !=null and remark !=''">and remark like concat('%', #{remark},'%')</if> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        </where> | 
					 | 
					 | 
					 | 
					        </where> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        order by update_time desc | 
					 | 
					 | 
					 | 
					        order by update_time desc | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    </select> | 
					 | 
					 | 
					 | 
					    </select> | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |