|  | @@ -205,7 +205,7 @@
 | 
	
		
			
				|  |  |          FROM sys_payment_config spc
 | 
	
		
			
				|  |  |          LEFT JOIN organization o on spc.organ_id_ = o.id_
 | 
	
		
			
				|  |  |          <where>
 | 
	
		
			
				|  |  | -        	spc.tenant_id_ = #{tenantId}
 | 
	
		
			
				|  |  | +        	<!-- spc.tenant_id_ = #{tenantId} -->
 | 
	
		
			
				|  |  |              <if test="payType == null">
 | 
	
		
			
				|  |  |                  and pay_type_ IS NOT NULL
 | 
	
		
			
				|  |  |                  AND (spc.yq_mer_no_ !='' OR spc.hf_mer_no_ !='')
 |