|  | @@ -140,8 +140,10 @@
 | 
	
		
			
				|  |  |              left join music_sheet_auth_record msar ON msar.music_sheet_id_ = t.id_
 | 
	
		
			
				|  |  |          </if>
 | 
	
		
			
				|  |  |          <where>
 | 
	
		
			
				|  |  | -            t.cbs_music_sheet_id_ IS NOT NULL
 | 
	
		
			
				|  |  |              <include refid="QueryInfo"/>
 | 
	
		
			
				|  |  | +            <if test="param.auditStatus == null">
 | 
	
		
			
				|  |  | +                t.cbs_music_sheet_id_ IS NOT NULL
 | 
	
		
			
				|  |  | +            </if>
 | 
	
		
			
				|  |  |              <if test="param.auditVersion != null ">
 | 
	
		
			
				|  |  |                  and #{param.auditVersion} = t.audit_version_
 | 
	
		
			
				|  |  |              </if>
 |