| 
					
				 | 
			
			
				@@ -322,6 +322,7 @@ public class FsStorePaymentServiceImpl implements IFsStorePaymentService 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Override 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public boolean queryTzbk(FsStorePayment fsStorePayment) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        logger.info("查询台州银行: {}",fsStorePayment); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         RequestDTO<QueryOrderRestDTO> requestDTO = new RequestDTO<>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         QueryOrderRestDTO queryOrderRestDTO = new QueryOrderRestDTO(); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -337,6 +338,7 @@ public class FsStorePaymentServiceImpl implements IFsStorePaymentService 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         TzReqResultDTO<QueryOrderInfoDTO> resultDTO = null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         try { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             resultDTO = tzBankService.payQueryOrder(requestDTO); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            logger.info("查询结果: {}",resultDTO); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             String retCode = resultDTO.getRetCode(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             // 如果查询支付成功 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if(retCode.equals("00000000")){ 
			 |