|  | @@ -38,7 +38,7 @@
 | 
	
		
			
				|  |  |  			b.manual_Yarn_Unit_Price,/*手册纱单价*/
 | 
	
		
			
				|  |  |  			b.manual_Yarn_Proportion,/*手册纱占比*/
 | 
	
		
			
				|  |  |  			b.shipment_Quantity AS inventoryQuantity,/*入库数量*/
 | 
	
		
			
				|  |  | -			b.elements_Id,/*申报要素*/
 | 
	
		
			
				|  |  | +			b.elements_Id elementsId,/*申报要素*/
 | 
	
		
			
				|  |  |  			b.specification_And_Model,/*规格型号*/
 | 
	
		
			
				|  |  |  			b.excess_Quantity	/*excessQuantity*/
 | 
	
		
			
				|  |  |  		FROM
 | 
	
	
		
			
				|  | @@ -77,6 +77,7 @@
 | 
	
		
			
				|  |  |  			b.manual_Yarn_Proportion,/*手册纱占比*/
 | 
	
		
			
				|  |  |  			b.shipment_Quantity AS inventoryQuantity,/*入库数量*/
 | 
	
		
			
				|  |  |  			b.specification_And_Model,/*规格型号*/
 | 
	
		
			
				|  |  | +			b.elements_Id,/*申报要素*/
 | 
	
		
			
				|  |  |  			b.excess_Quantity	/*excessQuantity*/
 | 
	
		
			
				|  |  |  		FROM
 | 
	
		
			
				|  |  |  		sy_shipping_details a
 |