| 
					
				 | 
			
			
				@@ -65,7 +65,7 @@ public class PayFeeServiceImp implements PayFeeService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Resource 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private PayControlRecordMapper payControlRecordMapper; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    @Value("${pay.valve.conmond.url}") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    @Value("${Sync.Data.Url}") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     private String payValveCommondUrl; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     /** 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1346,7 +1346,7 @@ public class PayFeeServiceImp implements PayFeeService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         parmJson.put("customerNo",payValveStateInfo.getCustomerNo()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         String context=parmJson.toString(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         try { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            String result= HttpClientUtils.doPostWithJson(payValveCommondUrl,context); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            String result= HttpClientUtils.doPostWithJson(payValveCommondUrl+"/platform/sendCommond",context); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             log.info("开关阀请求结果"+result); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             JSONObject jsonObject= JSON.parseObject(result); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             Integer status= jsonObject.getInteger("status"); 
			 |