| 
					
				 | 
			
			
				@@ -832,6 +832,9 @@ public class PayController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(payOrder.getIntegral() !=null){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m.put("integral", payOrder.getIntegral()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        if(infoMap !=null && infoMap.containsKey("oilPersonnel") && infoMap.get("oilPersonnel") !=null){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            m.put("oilPersonnel", infoMap.get("oilPersonnel").toString()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(infoMap !=null && infoMap.containsKey("orderNo") && infoMap.get("orderNo") !=null){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             m.put("orderNo", infoMap.get("orderNo").toString()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -961,8 +964,12 @@ public class PayController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String amtP = ""; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String mobilePhoneP = ""; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String payWayP = ""; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        String oilPersonnelP = ""; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String sn;  //打印机编号 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        if(StringUtils.isNotBlank(infoMap.get("oilPersonnel").toString())){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            oilPersonnelP =infoMap.get("oilPersonnel").toString(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(StringUtils.isNotBlank(infoMap.get("orderNo").toString())){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             orderNoP =infoMap.get("orderNo").toString(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1041,6 +1048,7 @@ public class PayController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         content1 += "付款时间:"+payDateP+" <BR>"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         content1 += "油站:"+stationNameP+"  <BR>"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         content1 += "油枪:"+oilGunP+"号枪<BR>"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        content1 += "加油员:"+oilPersonnelP+"<BR>"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(infoMap.containsKey("oilType") && !infoMap.get("oilType").toString().equals("3")){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             content1 += "油品: "+oilNameP+"  <BR>"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             content1 += "油量: "+orderLitersP+"  升<BR>"; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1051,6 +1059,7 @@ public class PayController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         content1 += "支付: "+amtP+" 元<BR>"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         content1 += "手机号: "+mobilePhoneP+" <BR>"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        content1 += "加油员:"+oilPersonnelP+"<BR>"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         content1 += "<BR>"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         //content1 += "--------------------------------<BR>"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         //content1 += "<BR>"; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1076,6 +1085,7 @@ public class PayController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         content2 += "支付: "+amtP+" 元<BR>"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         content2 += "手机号: "+mobilePhoneP+" <BR>"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        content2 += "加油员:"+oilPersonnelP+"<BR>"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         content2 += "<BR>"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         //获取打印机编号 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         //sn = "921611605";     //测试打印机 sn:921611605 key:72338zma 
			 |