| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -129,6 +129,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            <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> | 
					 | 
					 | 
					 | 
					            <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> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        </where> | 
					 | 
					 | 
					 | 
					        </where> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        order by update_time desc | 
					 | 
					 | 
					 | 
					        order by update_time desc | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    </select> | 
					 | 
					 | 
					 | 
					    </select> | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |