|  |  | @ -101,7 +101,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |         replace INTO thr_inv_warehouse |  |  |  |         replace INTO thr_inv_warehouse | 
			
		
	
		
		
			
				
					
					|  |  |  |         (id, code, `name`, parentId, remark, thirdSysFk,updateTime) |  |  |  |         (id, code, `name`, parentId, remark, thirdSysFk,updateTime) | 
			
		
	
		
		
			
				
					
					|  |  |  |         VALUES |  |  |  |         VALUES | 
			
		
	
		
		
			
				
					
					|  |  |  |         <foreach collection="thrDeptEntities" item="item" index="index" |  |  |  |         <foreach collection="thrInvWarehouseEntitys" item="item" index="index" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |                  separator=","> |  |  |  |                  separator=","> | 
			
		
	
		
		
			
				
					
					|  |  |  |             ( |  |  |  |             ( | 
			
		
	
		
		
			
				
					
					|  |  |  |             #{item.id}, #{item.code}, |  |  |  |             #{item.id}, #{item.code}, | 
			
		
	
	
		
		
			
				
					|  |  | 
 |