|  | @@ -374,7 +374,7 @@
 | 
	
		
			
				|  |  |  		left join subject sb ON sb.id_ = st.subject_id_
 | 
	
		
			
				|  |  |  		where mprs.user_id_ = st.user_id_
 | 
	
		
			
				|  |  |  		<if test="search != null and search != ''">
 | 
	
		
			
				|  |  | -			AND su.username_ LIKE CONCAT('%',#{keyword},'%')
 | 
	
		
			
				|  |  | +			AND su.username_ LIKE CONCAT('%',#{search},'%')
 | 
	
		
			
				|  |  |  		</if>
 | 
	
		
			
				|  |  |  		<if test="tenantId != null">
 | 
	
		
			
				|  |  |  			AND st.tenant_id_ = #{tenantId}
 | 
	
	
		
			
				|  | @@ -435,7 +435,7 @@
 | 
	
		
			
				|  |  |  		left join subject sb ON sb.id_ = st.subject_id_
 | 
	
		
			
				|  |  |  		where mprs.user_id_ = st.user_id_
 | 
	
		
			
				|  |  |  		<if test="search != null and search != ''">
 | 
	
		
			
				|  |  | -			AND su.username_ LIKE CONCAT('%',#{keyword},'%')
 | 
	
		
			
				|  |  | +			AND su.username_ LIKE CONCAT('%',#{search},'%')
 | 
	
		
			
				|  |  |  		</if>
 | 
	
		
			
				|  |  |  		<if test="tenantId != null">
 | 
	
		
			
				|  |  |  			AND st.tenant_id_ = #{tenantId}
 |