| 
					
				 | 
			
			
				@@ -3460,7 +3460,10 @@ public class OrderServiceImpl implements OrderService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     orderDao.updateOrderProcessRecord(processParam); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     sendWxPayInfo(order, store, result.getTransaction_id()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    HaiKongSendOrderInfoRecordEntity haiKongSendOrderInfoRecordEntity = new HaiKongSendOrderInfoRecordEntity(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    haiKongSendOrderInfoRecordEntity.setOutTradeNo(result.getTransaction_id()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    haiKongSendOrderInfoRecordEntity.setOuterOrderNo(order.getOrder_sn()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    haiKongSendOrderInfoRecordService.updateByOrderSn(haiKongSendOrderInfoRecordEntity); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //                    orderWXPayRecordService 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 //                                    .updateWXPayRecordTradeState(orderWXPayRecordTemp.getId(), wechatRefundApiResult); 
			 |