|  | @@ -105,6 +105,8 @@
 | 
	
		
			
				|  |  |              <if test="fValiddate != null ">and s.f_validdate = #{fValiddate}</if>
 | 
	
		
			
				|  |  |              <if test="fBillstatus != null ">and s.f_billstatus = #{fBillstatus}</if>
 | 
	
		
			
				|  |  |              <if test="remarks != null  and remarks != ''">and remarks = #{remarks}</if>
 | 
	
		
			
				|  |  | +            <if test="fLineid != null  and fLineid != ''">and f_lineid = #{fLineid}</if>
 | 
	
		
			
				|  |  | +            <if test="fBookagentid != null  and fBookagentid != ''">and f_bookagentid = #{fBookagentid}</if>
 | 
	
		
			
				|  |  |          </where>
 | 
	
		
			
				|  |  |          ORDER BY s.f_id DESC
 | 
	
		
			
				|  |  |      </select>
 |