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