|  | @@ -24,7 +24,7 @@
 | 
	
		
			
				|  |  |  			sh.iExchRate AS exchangeRate,
 | 
	
		
			
				|  |  |  			sh.cSOCode AS orderNum,
 | 
	
		
			
				|  |  |  			c.cInvName AS poStyleNum,
 | 
	
		
			
				|  |  | -			sum(shs.iTaxUnitPrice) AS exportUnitPrice ,
 | 
	
		
			
				|  |  | +			max(shs.iTaxUnitPrice) AS exportUnitPrice ,
 | 
	
		
			
				|  |  |  			sum(shs.iSum) as exportPrice,
 | 
	
		
			
				|  |  |  			sum(iNatSum) as rmbAmount,
 | 
	
		
			
				|  |  |  			max(so.iTax) as procesUnitPriceusd,
 | 
	
	
		
			
				|  | @@ -60,7 +60,7 @@
 | 
	
		
			
				|  |  |  			sh.iExchRate AS exchangeRate,
 | 
	
		
			
				|  |  |  			sh.cSOCode AS orderNum,
 | 
	
		
			
				|  |  |  			c.cInvName AS poStyleNum,
 | 
	
		
			
				|  |  | -			sum(shs.iTaxUnitPrice) AS exportUnitPrice ,
 | 
	
		
			
				|  |  | +			max(shs.iTaxUnitPrice) AS exportUnitPrice ,
 | 
	
		
			
				|  |  |  			sum(shs.iSum) as exportPrice,
 | 
	
		
			
				|  |  |  			sum(iNatSum) as rmbAmount,
 | 
	
		
			
				|  |  |  			max(so.iTax) as procesUnitPriceusd,
 | 
	
	
		
			
				|  | @@ -108,7 +108,7 @@
 | 
	
		
			
				|  |  |  		sh.iExchRate AS exchangeRate,
 | 
	
		
			
				|  |  |  		sh.cSOCode AS orderNum,
 | 
	
		
			
				|  |  |  		c.cInvName AS poStyleNum,
 | 
	
		
			
				|  |  | -		sum(shs.iTaxUnitPrice) AS exportUnitPrice ,
 | 
	
		
			
				|  |  | +		max(shs.iTaxUnitPrice) AS exportUnitPrice ,
 | 
	
		
			
				|  |  |  		sum(shs.iSum) as exportPrice,
 | 
	
		
			
				|  |  |  		sum(iNatSum) as rmbAmount,
 | 
	
		
			
				|  |  |  		max(so.iTax) as procesUnitPriceusd,
 |