|  | @@ -87,7 +87,7 @@
 | 
	
		
			
				|  |  |                  from long_articles_title_audit
 | 
	
		
			
				|  |  |                  <where>
 | 
	
		
			
				|  |  |                      <if test="searchKeyword != null and searchKeyword !=''">
 | 
	
		
			
				|  |  | -                        and contentId like concat('%', #{searchKeyword}, '%')
 | 
	
		
			
				|  |  | +                        and content_id like concat('%', #{searchKeyword}, '%')
 | 
	
		
			
				|  |  |                      </if>
 | 
	
		
			
				|  |  |                  </where>
 | 
	
		
			
				|  |  |                  order by create_timestamp desc
 | 
	
	
		
			
				|  | @@ -98,7 +98,7 @@
 | 
	
		
			
				|  |  |                  from long_articles_title_audit
 | 
	
		
			
				|  |  |                  <where>
 | 
	
		
			
				|  |  |                      <if test="searchKeyword != null and searchKeyword !=''">
 | 
	
		
			
				|  |  | -                        and contentId like concat('%', #{searchKeyword}, '%')
 | 
	
		
			
				|  |  | +                        and audit_account like concat('%', #{searchKeyword}, '%')
 | 
	
		
			
				|  |  |                      </if>
 | 
	
		
			
				|  |  |                  </where>
 | 
	
		
			
				|  |  |                  order by create_timestamp desc
 |