|  | @@ -402,7 +402,7 @@
 | 
	
		
			
				|  |  |                              WHERE live_state_ = 1 and type_ = 'temp'
 | 
	
		
			
				|  |  |                              group by lr.speaker_id_) a on a.speaker_id_ = t.user_id_
 | 
	
		
			
				|  |  |          where t.entry_flag_ = 1
 | 
	
		
			
				|  |  | -          and t.is_test_user_ = 0
 | 
	
		
			
				|  |  | +          and t.is_test_user_ = 0 AND t.lock_flag_ = 0
 | 
	
		
			
				|  |  |            and find_in_set(#{subjectId}, t.subject_id_)
 | 
	
		
			
				|  |  |          order by tt.fans_num_ desc
 | 
	
		
			
				|  |  |          limit 10
 |