| 
					
				 | 
			
			
				@@ -56,7 +56,7 @@ public interface SyShippingDetailsMapper extends BaseMapper<SyShippingDetails> { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public int batchSubmission(@Param("submitListId") List<String> submitListId,@Param("type") String type); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //查询其他发运明细(维护报关要素,其他所有一样的条件全部更新掉) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    public List<SyShippingDetailsVo> queryAllsyShippingDeial(@Param("itemNumber") String itemNumber,@Param("inventoryName") String inventoryName,@Param("ompoAccount") String ompoAccount); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    public List<SyShippingDetailsVo> queryAllsyShippingDeial(@Param("itemNumber") String itemNumber,@Param("inventoryCode") String inventoryCode,@Param("ompoAccount") String ompoAccount,@Param("orderNumber") String orderNumber); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //面辅料导出使用 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public List<SyShippingDetailsVo> excelItem(@Param("ew") QueryWrapper<SyShippingDetailsVo> queryWrapper); 
			 |