| 
					
				 | 
			
			
				@@ -172,7 +172,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         left join member_rank_setting mrs on mrs.id_ = cto.level_ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         where spo.type_ = 'MEMBER' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <if test="status != null and status != ''"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        	and FIND_IN_SET(#{status},cto.status_) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        	and FIND_IN_SET(cto.status_,#{status}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <if test="studentId != null"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         	and cto.student_id_ = #{studentId} 
			 |