|  | @@ -2227,7 +2227,7 @@ public class SyPackingListTailoringServiceImpl extends ServiceImpl<SyPackingList
 | 
	
		
			
				|  |  |  			jsonObject1.put("CEXCH_NAME",order.get("cexch_name"));//币种名称
 | 
	
		
			
				|  |  |  			jsonObject1.put("iTaxRate",order.get("iTaxRate"));//税率
 | 
	
		
			
				|  |  |  			if(account.equals("103")){
 | 
	
		
			
				|  |  | -				//jsonObject1.put("iTaxRate","13.00000000");//税率
 | 
	
		
			
				|  |  | +				//jsonObject1.put("iTaxRate","13");//税率
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  			if(!order.get("cexch_name").equals("人民币")){//不为人民币
 | 
	
		
			
				|  |  |  				SimpleDateFormat sf1 = new SimpleDateFormat("yyyy-M-dd");
 |