|  | @@ -805,7 +805,7 @@
 | 
	
		
			
				|  |  |          group by user_id_
 | 
	
		
			
				|  |  |      </select>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    <select id="searchMusic" resultType="java.util.List">
 | 
	
		
			
				|  |  | +    <select id="searchMusic" resultType="java.lang.Long">
 | 
	
		
			
				|  |  |          select id_ from music_sheet  t
 | 
	
		
			
				|  |  |              <where>
 | 
	
		
			
				|  |  |                  t.state_=1 and t.audit_version_ = 0 and del_flag_ = 0 and audit_status_ = 'PASS'
 | 
	
	
		
			
				|  | @@ -820,7 +820,7 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      </select>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    <select id="searchAlbum" resultType="java.util.List">
 | 
	
		
			
				|  |  | +    <select id="searchAlbum" resultType="java.lang.Long">
 | 
	
		
			
				|  |  |          select id_ from music_album t
 | 
	
		
			
				|  |  |          <where>
 | 
	
		
			
				|  |  |              t.album_status_=1 and del_flag_=0 and audit_version_ = 0
 |