|  | @@ -316,7 +316,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 | 
	
		
			
				|  |  |              <if test=" fToCorpid != null  and  fToCorpid != ''">and w.f_corpid = #{ fToCorpid} </if>
 | 
	
		
			
				|  |  |              <if test=" fMblno != null  and  fMblno != ''">and w.f_mblno  like concat('%', #{ fMblno}, '%') </if>
 | 
	
		
			
				|  |  |              <if test=" fStatementNo != null and  fStatementNo != ''">and w.f_statement_no  like concat('%', #{ fStatementNo}, '%') </if>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |              <if test=' fReconciliation != null and  fReconciliation != "" and  fReconciliation == "1" '>
 | 
	
		
			
				|  |  |                  and w.f_accamount_date IS NOT NULL
 | 
	
		
			
				|  |  |              </if>
 | 
	
	
		
			
				|  | @@ -367,8 +366,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 | 
	
		
			
				|  |  |              c.f_name AS fCorpidName,
 | 
	
		
			
				|  |  |              f.f_accbilldate AS fAccbilldate,
 | 
	
		
			
				|  |  |              f.t_mblno AS tMblno,
 | 
	
		
			
				|  |  | -            f.amt AS fAmtdr,
 | 
	
		
			
				|  |  | +            f.charging_method AS chargingMethod,
 | 
	
		
			
				|  |  | +            f.f_amtdr AS fAmtdr,
 | 
	
		
			
				|  |  | +            f.f_amtcr AS fAmtcr,
 | 
	
		
			
				|  |  | +            f.bank AS bank,
 | 
	
		
			
				|  |  |              f.f_billtype AS fBilltype,
 | 
	
		
			
				|  |  | +            f.invoice_no AS invoiceNo,
 | 
	
		
			
				|  |  | +            f.create_time AS createTime,
 | 
	
		
			
				|  |  | +            f.water_bill_no AS waterBillNo,
 | 
	
		
			
				|  |  | +            f.f_system_type AS fSystemType,
 | 
	
		
			
				|  |  |              CASE
 | 
	
		
			
				|  |  |              WHEN  f.f_billstatus = '1' THEN '保存'
 | 
	
		
			
				|  |  |              WHEN  f.f_billstatus = '2' THEN '暂存'
 |