|  | @@ -236,6 +236,7 @@
 | 
	
		
			
				|  |  |              <if test="fBankcorpid != null ">and bill.f_bankcorpid = #{fBankcorpid}</if>
 | 
	
		
			
				|  |  |              <if test="fBilltype != null  and fBilltype != ''">and bill.f_billtype = #{fBilltype}</if>
 | 
	
		
			
				|  |  |              <if test="fBillstatus != null  and fBillstatus != ''">and bill.f_billstatus = #{fBillstatus}</if>
 | 
	
		
			
				|  |  | +            <if test="fBillstatus == null ">and bill.f_billstatus != 6 </if>
 | 
	
		
			
				|  |  |              <if test="fItemsStatus != null  and fItemsStatus != ''">and bill.f_items_status = #{fItemsStatus}</if>
 | 
	
		
			
				|  |  |              <if test="createBy != null and createBy != ''">and bill.create_by = #{createBy}</if>
 | 
	
		
			
				|  |  |          </where>
 |