| 
					
				 | 
			
			
				@@ -108,14 +108,14 @@ group by b.hs_code,b.declaration_name 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <select id="queryEelement" resultType="org.jeecg.modules.documents.syShippingOrder.entity.SyShippingOrderItem"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-select t.id, t.hsCode,sum(t.boxNumber) as boxNumber, t.declarationName,t.englishProductName,sum(t.number) as number,t.unitPrice, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-sum(t.totalPrice) as totalPrice,sum(t.grossWeight) as grossWeight,sum(t.netWeight) as netWeight,pcs, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-sum(t.volume) as volume,t.curr,t.dree,t.place,t.certificate,t.styleNumber,t.smailPo,t.orderNumber, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+select t.id, t.hsCode,sum(t.boxNumber) as boxNumber, t.declarationName,t.englishProductName,sum(t.number) as number,round(t.unitPrice,2) as unitPrice, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+round(sum(t.totalPrice),2) as totalPrice,round(sum(t.grossWeight),2) as grossWeight,round(sum(t.netWeight),2) as netWeight,t.pcs, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+round(sum(t.volume),3) as volume,t.curr,t.dree,t.place,t.certificate,t.styleNumber,t.smailPo,t.orderNumber,t.ctns,t.kgs,t.cbm, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 t.clientAbbreviation from ( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 select GROUP_CONCAT(a.id) as id,b.hs_code as hsCode,b.declaration_name as declarationName,b.english_product_name as englishProductName,sum(a.number) as number,a.unit_price as unitPrice, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 sum(a.number*a.unit_price) as totalPrice,a.gross_weight as grossWeight,a.net_weight as netWeight,a.master_metering as pcs,a.volume as volume, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-'USD' as curr,'CHAIN' as dree,'宁波其他/宁波象山县' as place,'照章征税' as certificate,a.style_number as styleNumber,a.smail_po as smailPo,a.box_number as boxNumber, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-a.order_number as orderNumber,a.client_abbreviation as clientAbbreviation 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+'USD' as curr,'CHIAN' as dree,'宁波其他/宁波象山县' as place,'照章征税' as certificate,a.style_number as styleNumber,a.smail_po as smailPo,a.box_number as boxNumber, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+a.order_number as orderNumber,a.client_abbreviation as clientAbbreviation,'CTNS' as ctns,'KGS' as kgs,'CBM' as cbm 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  from sy_shipping_order_item a 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 left join sy_declaration_elements b 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 on a.elements_Id = b.id 
			 |