|  | @@ -548,7 +548,7 @@
 | 
	
		
			
				|  |  |              <if test="fVolumnc != null ">and leg.f_volumnC = #{fVolumnc}</if>
 | 
	
		
			
				|  |  |              <if test="fQtyc != null ">and leg.f_qtyC = #{fQtyc}</if>
 | 
	
		
			
				|  |  |              <if test="fOriginalbilldate != null ">and leg.f_originalbilldate = #{fOriginalbilldate}</if>
 | 
	
		
			
				|  |  | -            <if test="fMarks != null  and fMarks != ''">and leg.f_marks = #{fMarks}</if>
 | 
	
		
			
				|  |  | +            <if test="fMarks != null  and fMarks != ''">and leg.f_marks LIKE  concat('%', #{fMarks}, '%')</if>
 | 
	
		
			
				|  |  |              <if test="fQtyblc != null ">and leg.f_qtyblc = #{fQtyblc}</if>
 | 
	
		
			
				|  |  |              <if test="fGrossweightc != null ">and leg.f_grossweightC = #{fGrossweightc}</if>
 | 
	
		
			
				|  |  |              <if test="fNetweightc != null ">and leg.f_netweightC = #{fNetweightc}</if>
 |