|  | @@ -97,8 +97,8 @@
 | 
	
		
			
				|  |  |              <if test="search!=null and search!=''">
 | 
	
		
			
				|  |  |                  AND (su.real_name_ LIKE CONCAT('%', #{search}, '%') OR su.username_ LIKE CONCAT('%', #{search}, '%') OR ss.user_id_=#{search} OR su.phone_=#{search})
 | 
	
		
			
				|  |  |              </if>
 | 
	
		
			
				|  |  | -            <if test="suggestionType != null and suggestionType != ''">
 | 
	
		
			
				|  |  | -                AND sut.type_ = #{suggestionType}
 | 
	
		
			
				|  |  | +            <if test="suggestionType != null">
 | 
	
		
			
				|  |  | +                AND ss.suggestion_type_ = #{suggestionType}
 | 
	
		
			
				|  |  |              </if>
 | 
	
		
			
				|  |  |              <if test="handleFlag != null">
 | 
	
		
			
				|  |  |                  AND ss.handle_flag_ = #{handleFlag}
 |