|  |  | @ -9,7 +9,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |         from inv_product_detail |  |  |  |         from inv_product_detail | 
			
		
	
		
		
			
				
					
					|  |  |  |         <where> |  |  |  |         <where> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <if test="code != null and code != ''"> |  |  |  |             <if test="code != null and code != ''"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 AND originCode = #{code} |  |  |  |                 AND code = #{code} | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             </if> |  |  |  |             </if> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <if test="mainAction != null and mainAction != ''"> |  |  |  |             <if test="mainAction != null and mainAction != ''"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 AND mainAction = #{mainAction} |  |  |  |                 AND mainAction = #{mainAction} | 
			
		
	
	
		
		
			
				
					|  |  | @ -38,9 +38,6 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             <if test="invSpaceCode != null and invSpaceCode != ''"> |  |  |  |             <if test="invSpaceCode != null and invSpaceCode != ''"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 AND invSpaceCode = #{invSpaceCode} |  |  |  |                 AND invSpaceCode = #{invSpaceCode} | 
			
		
	
		
		
			
				
					
					|  |  |  |             </if> |  |  |  |             </if> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <if test="originCode != null and originCode != ''"> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 AND originCode = #{originCode} |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             </if> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             <if test="batchNo != null and batchNo != ''"> |  |  |  |             <if test="batchNo != null and batchNo != ''"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 AND batchNo = #{batchNo} |  |  |  |                 AND batchNo = #{batchNo} | 
			
		
	
		
		
			
				
					
					|  |  |  |             </if> |  |  |  |             </if> | 
			
		
	
	
		
		
			
				
					|  |  | 
 |