| 
					
				 | 
			
			
				@@ -640,7 +640,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <if test="fTrademodeid != null ">and leg.f_trademodeid = #{fTrademodeid}</if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <if test="fNewTrademodeid != null ">and leg.f_new_trademodeid = #{fNewTrademodeid}</if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <if test="fCorpid != null ">and leg.f_corpid = #{fCorpid}</if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <if test="fMblno != null ">and leg.f_mblno = #{fMblno}</if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <if test="fMblno != null ">and leg.f_mblno like concat{'%',#{fMblno},'%'}</if> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <if test="fLocation != null  and fLocation ==1 "> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 and it.f_warehouselocid = #{fWarehouseid} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </if> 
			 |