| 
					
				 | 
			
			
				@@ -3219,6 +3219,12 @@ public class OrderServiceImpl implements OrderService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             orderDao.updateOrderInfo(orderRaram); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.confirmPay(order.getId(), Dict.payFlag.item_weixin.getItem(), orderWXPayRecordCurrent.getOutTradeNoWX()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            sendWxPayInfo(order, store, wechatMicropayApiResult.getTransaction_id()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            HaiKongSendOrderInfoRecordEntity haiKongSendOrderInfoRecordEntity = new HaiKongSendOrderInfoRecordEntity(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            haiKongSendOrderInfoRecordEntity.setOuterOrderNo(order.getOrder_sn()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            haiKongSendOrderInfoRecordEntity.setOutTradeNo(wechatMicropayApiResult.getTransaction_id()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            haiKongSendOrderInfoRecordService.updateByOrderSn(haiKongSendOrderInfoRecordEntity); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             // 设置支付单完成时间 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             processRecordEntity.setPaymentSuccTimeStr(wechatMicropayApiResult.getTime_end()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             processRecordEntity.setPaymentSuccTime( 
			 |