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