| 
														
															@@ -111,23 +111,6 @@ public class PayController { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         TzPaymentResultDTO tzPaymentResultDTO = gson.fromJson(filteredString, TzPaymentResultDTO.class); 
														 | 
														
														 | 
														
															         TzPaymentResultDTO tzPaymentResultDTO = gson.fromJson(filteredString, TzPaymentResultDTO.class); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         //验证 
														 | 
														
														 | 
														
															         //验证 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if(tzPaymentResultDTO.getStatus().equals("90")){ 
														 | 
														
														 | 
														
															         if(tzPaymentResultDTO.getStatus().equals("90")){ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            RequestDTO<QueryOrderRestDTO> requestDTO = new RequestDTO<>(); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            QueryOrderRestDTO queryOrderRestDTO = new QueryOrderRestDTO(); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            queryOrderRestDTO.setOrderFlowNo(tzPaymentResultDTO.getOrderFlowNo()); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            queryOrderRestDTO.setPlatMerCstNo(tzConfigInfoDTO.getPlatMerCstNo()); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            requestDTO.setReqBody(queryOrderRestDTO); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            requestDTO.setReqHeader(TzReqHeaderDTO.getInstance(tzPaymentResultDTO.getOrderNo())); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            TzReqResultDTO<QueryOrderInfoDTO> resultDTO = tzBankService.payQueryOrder(requestDTO); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            String retCode = resultDTO.getRetCode(); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            if(!retCode.equals("00000000")){ 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                logger.info("台州银行支付回调查询失败:"+retCode); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-                return "error"; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            } 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             String orderId = tzPaymentResultDTO.getOrderNo().replace("store",""); 
														 | 
														
														 | 
														
															             String orderId = tzPaymentResultDTO.getOrderNo().replace("store",""); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             if(StringUtils.isNotBlank(orderId)){ 
														 | 
														
														 | 
														
															             if(StringUtils.isNotBlank(orderId)){ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 orderService.payConfirm(1, null, tzPaymentResultDTO.getOrderNo(), 
														 | 
														
														 | 
														
															                 orderService.payConfirm(1, null, tzPaymentResultDTO.getOrderNo(), 
														 |