|  | @@ -155,7 +155,6 @@
 | 
	
		
			
				|  |  |              <if test="fStlamountNo != null  and fStlamountNo != ''">and f_stlamount_no = #{fStlamountNo}</if>
 | 
	
		
			
				|  |  |              <if test="fAskamount != null ">and f_askamount = #{fAskamount}</if>
 | 
	
		
			
				|  |  |              <if test="fStatus != null  and fStatus != ''">and f_status = #{fStatus}</if>
 | 
	
		
			
				|  |  | -            <if test="delFlag != null">and del_flag = #{delFlag}</if>
 | 
	
		
			
				|  |  |              <if test="fStlamountDate != null ">and f_stlamount_date = #{fStlamountDate}</if>
 | 
	
		
			
				|  |  |              <if test="srcId != null ">and src_id = #{srcId}</if>
 | 
	
		
			
				|  |  |              <if test="srcBillNo != null  and srcBillNo != ''">and src_bill_no = #{srcBillNo}</if>
 |