|  | @@ -10,6 +10,7 @@ import com.fs.his.domain.FsStorePayment;
 | 
	
		
			
				|  |  |  import com.fs.his.param.FsStorePaymentParam;
 | 
	
		
			
				|  |  |  import com.fs.his.vo.FsStorePaymentExcelVO;
 | 
	
		
			
				|  |  |  import com.fs.his.vo.FsStorePaymentVO;
 | 
	
		
			
				|  |  | +import com.fs.hisStore.domain.FsStorePaymentScrm;
 | 
	
		
			
				|  |  |  import org.apache.ibatis.annotations.Param;
 | 
	
		
			
				|  |  |  import org.apache.ibatis.annotations.Select;
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -317,5 +318,6 @@ public interface FsStorePaymentMapper
 | 
	
		
			
				|  |  |      @Select(" select  * from fs_store_payment where status = 0 ")
 | 
	
		
			
				|  |  |      List<FsStorePayment> selectAllPayment();
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | +    @Select("select * from fs_store_payment_scrm where business_type=2 and order_id=#{orderId} and bank_transaction_id is not null ")
 | 
	
		
			
				|  |  | +    List<FsStorePaymentScrm> selectFsStorePaymentByOrderScrmStatus1(Long id);
 | 
	
		
			
				|  |  |  }
 |