| 
				
				
					
				
				
				 | 
			
			 | 
			@@ -168,7 +168,7 @@ public class ProductOrderPayServiceImpl implements ProductOrderPayService { | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			                return new ResultData(ErrorCode.PAY_ORDER_ERROR.getCode(), payResult.getMsg(), payResult.getData()); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            } | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        } catch (Exception e) { | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            e.printStackTrace(); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            logger.error("创建支付单异常 ",e); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            return new ResultData(ErrorCode.PAY_ORDER_ERROR.getCode(),"支付订单异常"); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        } | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			    } | 
		
		
	
	
		
			
				| 
				
					
				
				
					
				
				
				 | 
			
			 | 
			@@ -204,7 +204,7 @@ public class ProductOrderPayServiceImpl implements ProductOrderPayService { | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			                return new ResultData(ErrorCode.PAY_ORDER_ERROR.getCode(),"支付单状态异常"); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            } | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        } catch (Exception e) { | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            e.printStackTrace(); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            logger.error("查询支付单异常 ",e); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            return new ResultData(ErrorCode.SYS_SERVER_ERROR.getCode(),e.getMessage()); | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        } | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        return new ResultData(); | 
		
		
	
	
		
			
				| 
				
					
				
				
				
				 | 
			
			 | 
			
  |