| 
					
				 | 
			
			
				@@ -3467,10 +3467,14 @@ public class OrderServiceImpl implements OrderService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     order.setPayTransactionId(result.getTransaction_id()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     orderDao.updateOrderProcessRecord(processParam); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     sendWxPayInfo(order, store, result.getTransaction_id()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     HaiKongSendOrderInfoRecordEntity haiKongSendOrderInfoRecordEntity = new HaiKongSendOrderInfoRecordEntity(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     haiKongSendOrderInfoRecordEntity.setOutTradeNo(result.getTransaction_id()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    haiKongSendOrderInfoRecordEntity.setResponse(JacksonUtil.toJson(result)); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     haiKongSendOrderInfoRecordEntity.setOuterOrderNo(order.getOrder_sn()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     haiKongSendOrderInfoRecordService.updateByOrderSn(haiKongSendOrderInfoRecordEntity); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //                    orderWXPayRecordService 
			 |